diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-31 15:02:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-31 15:02:29 +0100 |
commit | 8f040d21fbb8104c2b995ee0df2f0eb28ee31406 (patch) | |
tree | 0a33d974a8f0031ad04ddfa7a3dbb3431c18ecbc /dev-python/PyGithub | |
parent | dev-libs/libedit: x86 stable wrt bug #704116 (diff) | |
download | gentoo-8f040d21fbb8104c2b995ee0df2f0eb28ee31406.tar.gz gentoo-8f040d21fbb8104c2b995ee0df2f0eb28ee31406.tar.bz2 gentoo-8f040d21fbb8104c2b995ee0df2f0eb28ee31406.zip |
dev-python/PyGithub: x86 stable wrt bug #704118
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.44.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.44.1.ebuild b/dev-python/PyGithub/PyGithub-1.44.1.ebuild index 56a3ec66e950..f467b7b71031 100644 --- a/dev-python/PyGithub/PyGithub-1.44.1.ebuild +++ b/dev-python/PyGithub/PyGithub-1.44.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" |