diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-11 08:49:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-11 08:49:47 +0200 |
commit | 77a13af334a5b9e01223913e911f537cb24c0df5 (patch) | |
tree | 22de12819c3326cfc5087cc9c574d777596d428f /dev-python/dulwich | |
parent | sys-fs/fatsort: x86 stable wrt bug #837359 (diff) | |
download | gentoo-77a13af334a5b9e01223913e911f537cb24c0df5.tar.gz gentoo-77a13af334a5b9e01223913e911f537cb24c0df5.tar.bz2 gentoo-77a13af334a5b9e01223913e911f537cb24c0df5.zip |
dev-python/dulwich: x86 stable wrt bug #837401
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/dulwich-0.20.35.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dulwich/dulwich-0.20.35.ebuild b/dev-python/dulwich/dulwich-0.20.35.ebuild index c76a06f92d00..413607672873 100644 --- a/dev-python/dulwich/dulwich-0.20.35.ebuild +++ b/dev-python/dulwich/dulwich-0.20.35.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+ Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" RESTRICT="!test? ( test )" |