Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Wed, 06 Sep 2017 14:50:11
Message-Id: 1504709342.3aa0ad1cbce3028aa114315239c74285e7d34162.leio@gentoo
1 commit: 3aa0ad1cbce3028aa114315239c74285e7d34162
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 6 14:49:02 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 14:49:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa0ad1c
7
8 sys-apps/util-linux-2.28.2: arm64 stable
9
10 Tested-by: Steev Klimaszewski <steev <AT> gentoo.org>
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 sys-apps/util-linux/util-linux-2.28.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/util-linux/util-linux-2.28.2.ebuild b/sys-apps/util-linux/util-linux-2.28.2.ebuild
17 index 47c1414d8e6..ff8f436432d 100644
18 --- a/sys-apps/util-linux/util-linux-2.28.2.ebuild
19 +++ b/sys-apps/util-linux/util-linux-2.28.2.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
21 inherit git-2 autotools
22 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
23 else
24 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
25 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
26 SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
27 fi