diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-27 13:16:52 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-27 13:22:48 +0100 |
commit | ef04eb3367cfa9a7746975b6fef22658558df163 (patch) | |
tree | 404a59825ce3f7e1fc15e5b54584a0767eef81b3 /app-crypt/rhash | |
parent | dev-python/python-socks: Stabilize 2.0.3 ALLARCHES, #834257 (diff) | |
download | gentoo-ef04eb3367cfa9a7746975b6fef22658558df163.tar.gz gentoo-ef04eb3367cfa9a7746975b6fef22658558df163.tar.bz2 gentoo-ef04eb3367cfa9a7746975b6fef22658558df163.zip |
app-crypt/rhash: Stabilize 1.4.2 amd64, #833978
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-crypt/rhash')
-rw-r--r-- | app-crypt/rhash/rhash-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/rhash/rhash-1.4.2.ebuild b/app-crypt/rhash/rhash-1.4.2.ebuild index 95bea74843c5..7ebd82aa101f 100644 --- a/app-crypt/rhash/rhash-1.4.2.ebuild +++ b/app-crypt/rhash/rhash-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug nls ssl static-libs" RDEPEND=" |