diff options
author | Sam James <sam@gentoo.org> | 2021-04-22 13:16:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-22 13:17:41 +0100 |
commit | 50477e43a68f1e161062fa4e22abbed6158f2d82 (patch) | |
tree | b515b93b546542f046ed86ab01b983e8e202bb49 /sys-apps | |
parent | dev-util/cproto: Stabilize 4.7s ppc, #777825 (diff) | |
download | gentoo-50477e43a68f1e161062fa4e22abbed6158f2d82.tar.gz gentoo-50477e43a68f1e161062fa4e22abbed6158f2d82.tar.bz2 gentoo-50477e43a68f1e161062fa4e22abbed6158f2d82.zip |
sys-apps/util-linux: Stabilize 2.36.2 ppc, #781599
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-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 603b86d95b4d..dc8d4da2b30a 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 |