diff options
author | Sam James <sam@gentoo.org> | 2021-09-18 20:49:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-18 20:49:28 +0100 |
commit | 18d727092375e73ec56094ae89733c71ccb16d3d (patch) | |
tree | 69365f1ed44cad518168fb0d2d7bbebc5e604761 /dev-python/scrypt | |
parent | dev-python/ujson: Stabilize 4.1.0 x86, #813609 (diff) | |
download | gentoo-18d727092375e73ec56094ae89733c71ccb16d3d.tar.gz gentoo-18d727092375e73ec56094ae89733c71ccb16d3d.tar.bz2 gentoo-18d727092375e73ec56094ae89733c71ccb16d3d.zip |
dev-python/scrypt: Stabilize 0.8.18 ppc64, #813594
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/scrypt')
-rw-r--r-- | dev-python/scrypt/scrypt-0.8.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.18.ebuild b/dev-python/scrypt/scrypt-0.8.18.ebuild index 508fcd0405b6..d7b471f1d055 100644 --- a/dev-python/scrypt/scrypt-0.8.18.ebuild +++ b/dev-python/scrypt/scrypt-0.8.18.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~x64-macos" RDEPEND="dev-libs/openssl:0=" DEPEND="${RDEPEND}" |