diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-26 21:19:36 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-26 21:19:36 +0200 |
commit | 824954a769392e54a33037fde9b7c1bee853b889 (patch) | |
tree | 038ff5e73d597789917c3c21065fd1668f2cb1f1 /sys-apps/util-linux | |
parent | app-portage/elt-patches: Stabilize 20211104 ppc64, #832073 (diff) | |
download | gentoo-824954a769392e54a33037fde9b7c1bee853b889.tar.gz gentoo-824954a769392e54a33037fde9b7c1bee853b889.tar.bz2 gentoo-824954a769392e54a33037fde9b7c1bee853b889.zip |
sys-apps/util-linux: Stabilize 2.37.3 ppc64, #831980
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.37.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.3.ebuild b/sys-apps/util-linux/util-linux-2.37.3.ebuild index cef53b7d841f..b8df1e1591a8 100644 --- a/sys-apps/util-linux/util-linux-2.37.3.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.3.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 |