Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Sat, 14 Jul 2018 20:10:31
Message-Id: 1531598366.b518fef418d0548d013aead0d2cf4f7e21ec9fcf.slyfox@gentoo
1 commit: b518fef418d0548d013aead0d2cf4f7e21ec9fcf
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 19:59:26 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 14 19:59:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b518fef4
7
8 sys-apps/util-linux: stable 2.32-r4 for ppc64, bug #660774
9
10 Bug: https://bugs.gentoo.org/660774
11 Package-Manager: Portage-2.3.42, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ppc64"
13
14 sys-apps/util-linux/util-linux-2.32-r4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/util-linux/util-linux-2.32-r4.ebuild b/sys-apps/util-linux/util-linux-2.32-r4.ebuild
18 index 907bea63807..e0a49ec0b97 100644
19 --- a/sys-apps/util-linux/util-linux-2.32-r4.ebuild
20 +++ b/sys-apps/util-linux/util-linux-2.32-r4.ebuild
21 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
22 EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
23 else
24 [[ "${PV}" = *_rc* ]] || \
25 - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
26 + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
27 SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
28 fi