diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:39:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:11:21 +0000 |
commit | 51f969a3969bf8ae4782c354ec1532b73013c144 (patch) | |
tree | 04dc11bbbb266b6dc644e8e70a41f9dd9be22b5e /net-misc | |
parent | net-misc/netifrc: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-51f969a3969bf8ae4782c354ec1532b73013c144.tar.gz gentoo-51f969a3969bf8ae4782c354ec1532b73013c144.tar.bz2 gentoo-51f969a3969bf8ae4782c354ec1532b73013c144.zip |
net-misc/netkit-fingerd: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild b/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild index 53005490a476..e5ccf9884938 100644 --- a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild +++ b/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.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="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/b/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz" 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="" S=${WORKDIR}/${MY_PN}-${PV} |