diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-17 13:20:55 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-17 13:20:55 +0100 |
commit | c753cfbe12635217164bb91b1dc61ec94efbed34 (patch) | |
tree | 463be4641a2e93b1bf47806bc12b2eb2c7a67fe7 /dev-python/pygit2 | |
parent | x11-misc/kdocker: x86 stable wrt bug #708814 (diff) | |
download | gentoo-c753cfbe12635217164bb91b1dc61ec94efbed34.tar.gz gentoo-c753cfbe12635217164bb91b1dc61ec94efbed34.tar.bz2 gentoo-c753cfbe12635217164bb91b1dc61ec94efbed34.zip |
dev-python/pygit2: x86 stable wrt bug #709772
Package-Manager: Portage-2.3.84, Repoman-2.3.20
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.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygit2/pygit2-1.0.3.ebuild b/dev-python/pygit2/pygit2-1.0.3.ebuild index 95737957f408..e2804c5c9368 100644 --- a/dev-python/pygit2/pygit2-1.0.3.ebuild +++ b/dev-python/pygit2/pygit2-1.0.3.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 )" |