Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Mon, 09 Jul 2018 21:12:35
Message-Id: 1531170730.37340c2319d1fdb343a831faab5d48ad2e3e8177.whissi@gentoo
1 commit: 37340c2319d1fdb343a831faab5d48ad2e3e8177
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 21:11:30 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 21:12:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37340c23
7
8 sys-apps/util-linux: x86 stable (bug #660774)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 sys-apps/util-linux/util-linux-2.32-r4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/util-linux/util-linux-2.32-r4.ebuild b/sys-apps/util-linux/util-linux-2.32-r4.ebuild
16 index 2df26a8844b..49f453847a3 100644
17 --- a/sys-apps/util-linux/util-linux-2.32-r4.ebuild
18 +++ b/sys-apps/util-linux/util-linux-2.32-r4.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
20 EGIT_REPO_URI="https://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-fbsd ~amd64-linux ~arm-linux ~x86-linux"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~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