Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Fri, 06 Apr 2018 11:44:23
Message-Id: 1523015009.7cc95c0f13175c7637dad18cd7142f461744f9dd.mgorny@gentoo
1 commit: 7cc95c0f13175c7637dad18cd7142f461744f9dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 09:06:26 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 11:43:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc95c0f
7
8 sys-apps/util-linux: Tested on ~amd64-fbsd
9
10 Closes: https://github.com/gentoo/gentoo/pull/7835
11
12 sys-apps/util-linux/util-linux-2.32-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/util-linux/util-linux-2.32-r1.ebuild b/sys-apps/util-linux/util-linux-2.32-r1.ebuild
16 index 76ee8160737..6d113163470 100644
17 --- a/sys-apps/util-linux/util-linux-2.32-r1.ebuild
18 +++ b/sys-apps/util-linux/util-linux-2.32-r1.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-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