diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-15 10:40:38 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-15 10:40:38 +0100 |
commit | 0066f22fdb6f41e63425304c773975c61d74f593 (patch) | |
tree | 9df0cc4fb9eee2120985c2228c5a2cc7b1dd1d97 /sys-apps | |
parent | dev-java/treelayout: Stabilize 1.0.3-r1 x86, #829137 (diff) | |
download | gentoo-0066f22fdb6f41e63425304c773975c61d74f593.tar.gz gentoo-0066f22fdb6f41e63425304c773975c61d74f593.tar.bz2 gentoo-0066f22fdb6f41e63425304c773975c61d74f593.zip |
sys-apps/util-linux: Stabilize 2.37.4 x86, #833367
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.37.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.4.ebuild b/sys-apps/util-linux/util-linux-2.37.4.ebuild index e123da99514d..7aedf701dc47 100644 --- a/sys-apps/util-linux/util-linux-2.37.4.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.4.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" else [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" fi |