Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Tue, 07 Nov 2017 11:29:09
Message-Id: 1510054080.9423e9bdff2a51a08f2d122ef42c27dcdf666a5c.mrueg@gentoo
1 commit: 9423e9bdff2a51a08f2d122ef42c27dcdf666a5c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 7 11:28:00 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 7 11:28:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9423e9bd
7
8 sys-apps/util-linux: Stable on amd64
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.4
11
12 sys-apps/util-linux/util-linux-2.30.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/util-linux/util-linux-2.30.2.ebuild b/sys-apps/util-linux/util-linux-2.30.2.ebuild
16 index dccc2ec94e4..fc56d24abdf 100644
17 --- a/sys-apps/util-linux/util-linux-2.30.2.ebuild
18 +++ b/sys-apps/util-linux/util-linux-2.30.2.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
20 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
21 else
22 [[ "${PV}" = *_rc* ]] || \
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
25 SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
26 fi