Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/util-linux/
Date: Thu, 28 Aug 2014 02:22:30
Message-Id: 1409192690.de0be4434e0e6ad9ee44f5cbde91f9077d0d4394.blueness@gentoo
1 commit: de0be4434e0e6ad9ee44f5cbde91f9077d0d4394
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 28 02:24:50 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 28 02:24:50 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=de0be443
7
8 sys-apps/util-linux-2.25-r99: keyword mask for bug #520838.
9
10 Package-Manager: portage-2.2.8-r1
11 Manifest-Sign-Key: 0xF52D4BBA
12
13 ---
14 sys-apps/util-linux/util-linux-2.25-r99.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-apps/util-linux/util-linux-2.25-r99.ebuild b/sys-apps/util-linux/util-linux-2.25-r99.ebuild
18 index 6fc8054..47890d3 100644
19 --- a/sys-apps/util-linux/util-linux-2.25-r99.ebuild
20 +++ b/sys-apps/util-linux/util-linux-2.25-r99.ebuild
21 @@ -16,7 +16,8 @@ if [[ ${PV} == 9999 ]] ; then
22 inherit git-2 autotools
23 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
24 else
25 - KEYWORDS="~amd64 ~arm ~mips ~x86"
26 + #KEYWORDS="~amd64 ~arm ~mips ~x86"
27 + KEYWORDS=""
28 SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
29 fi