Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Sat, 18 Sep 2021 04:51:16
Message-Id: 1631939191.8bb9d4ab195600b5eb7ca155f3919333bbd82e3d.sam@gentoo
1 commit: 8bb9d4ab195600b5eb7ca155f3919333bbd82e3d
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Fri Sep 17 14:55:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 04:26:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb9d4ab
7
8 sys-apps/util-linux: stable 2.37.2-r1 for hppa, bug #809491
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-apps/util-linux/util-linux-2.37.2-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild b/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild
19 index 9c414db3dfb..8d063d705ba 100644
20 --- a/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild
21 +++ b/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild
22 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
23 EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
24 else
25 [[ "${PV}" = *_rc* ]] || \
26 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
27 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
28 SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
29 fi