summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2020-02-07 07:28:06 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-02-07 07:28:36 +0000
commit2f347c9fe2e5637db94de484ab065594beb57d60 (patch)
treecc135bd3707c3aeab5384e04e1834a691f90fa41 /dev-python/python-openid
parentdev-python/testpath: keyworded 0.4.4 for sparc, bug #700918 (diff)
downloadgentoo-2f347c9fe2e5637db94de484ab065594beb57d60.tar.gz
gentoo-2f347c9fe2e5637db94de484ab065594beb57d60.tar.bz2
gentoo-2f347c9fe2e5637db94de484ab065594beb57d60.zip
dev-python/python-openid: mark 2.2.5-r1 ~hppa/sparc, bug #700918
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/python-openid')
-rw-r--r--dev-python/python-openid/python-openid-2.2.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
index 1a2f1ccb8692..901aa4439a80 100644
--- a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
+++ b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="examples mysql postgres sqlite test"
RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2[${PYTHON_USEDEP}] )