diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:03:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:50:39 +0000 |
commit | dfd17cc01c60300dd5ec686bb9df0cf2e6f236be (patch) | |
tree | 63707e56b00c914136f5aecd358c2f2500464b1d /app-crypt/hashalot | |
parent | app-crypt/gnupg: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-dfd17cc01c60300dd5ec686bb9df0cf2e6f236be.tar.gz gentoo-dfd17cc01c60300dd5ec686bb9df0cf2e6f236be.tar.bz2 gentoo-dfd17cc01c60300dd5ec686bb9df0cf2e6f236be.zip |
app-crypt/hashalot: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r-- | app-crypt/hashalot/hashalot-0.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/hashalot/hashalot-0.3-r2.ebuild b/app-crypt/hashalot/hashalot-0.3-r2.ebuild index 765bf733551b..7f65384a9edd 100644 --- a/app-crypt/hashalot/hashalot-0.3-r2.ebuild +++ b/app-crypt/hashalot/hashalot-0.3-r2.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 @@ -9,4 +9,4 @@ SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" |