diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:41:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:12:45 +0000 |
commit | ad40a9dc87e2265bc91e967bd36883361b2db33b (patch) | |
tree | 2e73dbf51d21b0522709707b5d50cc95e7045223 | |
parent | sys-apps/utempter: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-ad40a9dc87e2265bc91e967bd36883361b2db33b.tar.gz gentoo-ad40a9dc87e2265bc91e967bd36883361b2db33b.tar.bz2 gentoo-ad40a9dc87e2265bc91e967bd36883361b2db33b.zip |
sys-apps/util-linux: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/util-linux/util-linux-2.33.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.35.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild b/sys-apps/util-linux/util-linux-2.33.2.ebuild index 84549290f15f..9c28caeacb69 100644 --- a/sys-apps/util-linux/util-linux-2.33.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.33.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 diff --git a/sys-apps/util-linux/util-linux-2.35.2.ebuild b/sys-apps/util-linux/util-linux-2.35.2.ebuild index ba8b1c61789e..0613d2237741 100644 --- a/sys-apps/util-linux/util-linux-2.35.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.35.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 |