diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:03:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:50:53 +0000 |
commit | b8520cf3fcf63f0806b20fc2a82cc5de02791d6e (patch) | |
tree | 8e38e523abfc93490adb29fab0cc5063b27ca4d7 /app-crypt | |
parent | app-crypt/rhash: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-b8520cf3fcf63f0806b20fc2a82cc5de02791d6e.tar.gz gentoo-b8520cf3fcf63f0806b20fc2a82cc5de02791d6e.tar.bz2 gentoo-b8520cf3fcf63f0806b20fc2a82cc5de02791d6e.zip |
app-crypt/shash: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/shash/shash-0.2.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/shash/shash-0.2.6-r3.ebuild b/app-crypt/shash/shash-0.2.6-r3.ebuild index dbcb2f265749..158e48f3af71 100644 --- a/app-crypt/shash/shash-0.2.6-r3.ebuild +++ b/app-crypt/shash/shash-0.2.6-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=6 @@ -11,7 +11,7 @@ SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static" DEPEND=">=app-crypt/mhash-0.8.18-r1 |