diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:29:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:07:23 +0000 |
commit | 1ae5d71185e8afa0a42562b55cb8da0579e23fe6 (patch) | |
tree | 38d93f5a4614973d24724c987c249862afa6ac1d /dev-util/shadowman | |
parent | dev-util/sel: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-1ae5d71185e8afa0a42562b55cb8da0579e23fe6.tar.gz gentoo-1ae5d71185e8afa0a42562b55cb8da0579e23fe6.tar.bz2 gentoo-1ae5d71185e8afa0a42562b55cb8da0579e23fe6.zip |
dev-util/shadowman: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/shadowman')
-rw-r--r-- | dev-util/shadowman/shadowman-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 1f8ac445a79e..a9ade3439891 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-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 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" RDEPEND="app-admin/eselect" |