diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:05:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:51:41 +0000 |
commit | 832139110e2c300405673c89bedf26e6df3e554d (patch) | |
tree | cec053081a90a51f0eaea958bf5670e616e72015 /app-doc/phrack/phrack-30.ebuild | |
parent | app-doc/phrack-all: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-832139110e2c300405673c89bedf26e6df3e554d.tar.gz gentoo-832139110e2c300405673c89bedf26e6df3e554d.tar.bz2 gentoo-832139110e2c300405673c89bedf26e6df3e554d.zip |
app-doc/phrack: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc/phrack/phrack-30.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/phrack/phrack-30.ebuild b/app-doc/phrack/phrack-30.ebuild index bc910703f11e..f9ed40a55ecb 100644 --- a/app-doc/phrack/phrack-30.ebuild +++ b/app-doc/phrack/phrack-30.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 @@ -10,7 +10,7 @@ SRC_URI="http://www.phrack.org/archives/tgz/${MY_P}.tar.gz" LICENSE="phrack" SLOT="${PV}" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" S=${WORKDIR}/${MY_P} |