diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-04 08:32:39 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-04 08:35:41 +0200 |
commit | 35cd607b0c3c2ba977602ed75f90183f18163524 (patch) | |
tree | 10379a5e396b1f0adbda15b08c2f68102455aa64 /dev-python/pygit2 | |
parent | dev-libs/libgit2-glib: x86 stable wrt bug #726424 (diff) | |
download | gentoo-35cd607b0c3c2ba977602ed75f90183f18163524.tar.gz gentoo-35cd607b0c3c2ba977602ed75f90183f18163524.tar.bz2 gentoo-35cd607b0c3c2ba977602ed75f90183f18163524.zip |
dev-python/pygit2: x86 stable wrt bug #726424
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/pygit2')
-rw-r--r-- | dev-python/pygit2/pygit2-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygit2/pygit2-1.2.1.ebuild b/dev-python/pygit2/pygit2-1.2.1.ebuild index 017a2abe83db..301d38422032 100644 --- a/dev-python/pygit2/pygit2-1.2.1.ebuild +++ b/dev-python/pygit2/pygit2-1.2.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" |