diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-11-17 19:46:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-11-17 19:46:51 +0100 |
commit | fa187499a1531ebdf7c5ed0db164d02ca0125898 (patch) | |
tree | fcbfcc9f19c6934c32c7b90f83ddbdb7d2e226c6 /dev-python/passlib | |
parent | dev-python/multidict: ppc stable wrt bug #754474 (diff) | |
download | gentoo-fa187499a1531ebdf7c5ed0db164d02ca0125898.tar.gz gentoo-fa187499a1531ebdf7c5ed0db164d02ca0125898.tar.bz2 gentoo-fa187499a1531ebdf7c5ed0db164d02ca0125898.zip |
dev-python/passlib: ppc stable wrt bug #754483
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/passlib')
-rw-r--r-- | dev-python/passlib/passlib-1.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/passlib/passlib-1.7.4.ebuild b/dev-python/passlib/passlib-1.7.4.ebuild index 965a55dc84f2..89a467b58ad0 100644 --- a/dev-python/passlib/passlib-1.7.4.ebuild +++ b/dev-python/passlib/passlib-1.7.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://foss.heptapod.net/python-libs/passlib/wikis/home" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="+bcrypt doc +scrypt +totp" |