diff options
author | Sam James <sam@gentoo.org> | 2021-04-11 11:15:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-11 11:15:33 +0000 |
commit | f9dce8e2788f76876d713c1696a4cd8ed44d6c87 (patch) | |
tree | da9aec34181e96bb4d747f7106856d4d59d14a5a /sys-apps/util-linux | |
parent | dev-lang/python: Stabilize 3.9.2_p1 ppc64, #779841 (diff) | |
download | gentoo-f9dce8e2788f76876d713c1696a4cd8ed44d6c87.tar.gz gentoo-f9dce8e2788f76876d713c1696a4cd8ed44d6c87.tar.bz2 gentoo-f9dce8e2788f76876d713c1696a4cd8ed44d6c87.zip |
sys-apps/util-linux: Stabilize 2.36.2 ppc64, #781599
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.36.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.36.2.ebuild b/sys-apps/util-linux/util-linux-2.36.2.ebuild index 556a845cfe6e..b1bed0570093 100644 --- a/sys-apps/util-linux/util-linux-2.36.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.36.2.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 |