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: Mon, 31 Jan 2022 00:29:14
Message-Id: 1643588938.2c4601c4d3e12ad7cf86347162dcd8aae923ce86.sam@gentoo
1 commit: 2c4601c4d3e12ad7cf86347162dcd8aae923ce86
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 00:28:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 00:28:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4601c4
7
8 sys-apps/util-linux: Stabilize 2.37.3-r1 x86, #831980
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/util-linux/util-linux-2.37.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild b/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild
16 index e1f706dc7ade..0f0d85a2f339 100644
17 --- a/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild
18 +++ b/sys-apps/util-linux/util-linux-2.37.3-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 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
25 SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
26 fi