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: Sat, 12 Jan 2019 16:28:50
Message-Id: 1547310473.bc781c4fe39a09d86d040cec759f6d5a66d5fbb0.leio@gentoo
1 commit: bc781c4fe39a09d86d040cec759f6d5a66d5fbb0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 12 15:43:31 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 12 16:27:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc781c4f
7
8 sys-apps/util-linux: arm64 stable (bug #673976)
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 sys-apps/util-linux/util-linux-2.33-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/util-linux/util-linux-2.33-r1.ebuild b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
17 index 930f1b8dc20..5001bfc2ccc 100644
18 --- a/sys-apps/util-linux/util-linux-2.33-r1.ebuild
19 +++ b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
20 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then
21 EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
22 else
23 [[ "${PV}" = *_rc* ]] || \
24 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
25 + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
26 SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
27 fi