commit: de0be4434e0e6ad9ee44f5cbde91f9077d0d4394
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 02:24:50 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 02:24:50 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=de0be443
sys-apps/util-linux-2.25-r99: keyword mask for bug #520838.
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: 0xF52D4BBA
---
sys-apps/util-linux/util-linux-2.25-r99.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-apps/util-linux/util-linux-2.25-r99.ebuild
b/sys-apps/util-linux/util-linux-2.25-r99.ebuild
index 6fc8054..47890d3 100644
--- a/sys-apps/util-linux/util-linux-2.25-r99.ebuild
+++ b/sys-apps/util-linux/util-linux-2.25-r99.ebuild
@@ -16,7 +16,8 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-2 autotools
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
else
- KEYWORDS="~amd64 ~arm ~mips ~x86"
+ #KEYWORDS="~amd64 ~arm ~mips ~x86"
+ KEYWORDS=""
SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
fi