diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:41:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:12:47 +0000 |
commit | f00b7c3daa942db0f1f249ece551ce9158e03b65 (patch) | |
tree | be773fd9be8bc5626bebbc639d007c18a4cf931c /sys-apps/xinetd | |
parent | sys-apps/which: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-f00b7c3daa942db0f1f249ece551ce9158e03b65.tar.gz gentoo-f00b7c3daa942db0f1f249ece551ce9158e03b65.tar.bz2 gentoo-f00b7c3daa942db0f1f249ece551ce9158e03b65.zip |
sys-apps/xinetd: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.15.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild index 2f5b894f0bb9..7a903b612a35 100644 --- a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.15.3.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 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/openSUSE/xinetd/releases/download/${PV}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" IUSE="perl selinux tcpd" DEPEND=" |