diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-12-04 17:56:35 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-04 19:44:04 +0000 |
commit | 1a1538c8eb860ca4af6c188839cc059b9274ac72 (patch) | |
tree | 68e099296062056f49df26278379b533cd237204 /dev-python/passlib | |
parent | dev-python/jsonpointer: keyworded 2.0-r1 for sparc, bug #700918 (diff) | |
download | gentoo-1a1538c8eb860ca4af6c188839cc059b9274ac72.tar.gz gentoo-1a1538c8eb860ca4af6c188839cc059b9274ac72.tar.bz2 gentoo-1a1538c8eb860ca4af6c188839cc059b9274ac72.zip |
dev-python/passlib: keyworded 1.7.1-r2 for sparc, bug #700918
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/passlib')
-rw-r--r-- | dev-python/passlib/passlib-1.7.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/passlib/passlib-1.7.1-r2.ebuild b/dev-python/passlib/passlib-1.7.1-r2.ebuild index 968377e92aee..521b493e4259 100644 --- a/dev-python/passlib/passlib-1.7.1-r2.ebuild +++ b/dev-python/passlib/passlib-1.7.1-r2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://bitbucket.org/ecollins/passlib/wiki/Home/" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86" SLOT="0" IUSE="+bcrypt doc +scrypt test +totp" |