From 7effcc23f615acebd36d28b8bc7d8b4d74efa53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 28 Oct 2014 21:54:16 +0100 Subject: [PATCH] libuuid: Fix pkgconfig file Increment revision --- sys-devel/libuuid/libuuid-1.0.3.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/libuuid/libuuid-1.0.3.recipe b/sys-devel/libuuid/libuuid-1.0.3.recipe index 0f6aed781..3aa2e5fd3 100644 --- a/sys-devel/libuuid/libuuid-1.0.3.recipe +++ b/sys-devel/libuuid/libuuid-1.0.3.recipe @@ -9,7 +9,7 @@ unique should be taken to mean \"practically unique\" rather than \"guaranteed \ unique\". " HOMEPAGE="http://sourceforge.net/projects/libuuid/" -REVISION="1" +REVISION="2" LICENSE="GNU GPL v2" ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86" @@ -45,6 +45,7 @@ INSTALL() { make install + fixPkgconfig prepareInstalledDevelLib libuuid packageEntries devel $developDir }