diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-11 07:58:07 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-11 08:03:23 +0100 |
commit | 732f80e940b340be6c87dd54d91fd90833e8d656 (patch) | |
tree | 52ea0256b7c8e177cfff9ebd9acc970fcd4aa596 /dev-python | |
parent | net-wireless/blueman: Port to py3.8 (diff) | |
download | gentoo-732f80e940b340be6c87dd54d91fd90833e8d656.tar.gz gentoo-732f80e940b340be6c87dd54d91fd90833e8d656.tar.bz2 gentoo-732f80e940b340be6c87dd54d91fd90833e8d656.zip |
dev-python/dulwich: stable 0.19.15 for ppc
stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.2, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dulwich/dulwich-0.19.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dulwich/dulwich-0.19.15.ebuild b/dev-python/dulwich/dulwich-0.19.15.ebuild index ad2be6a950bf..0d01a5efa511 100644 --- a/dev-python/dulwich/dulwich-0.19.15.ebuild +++ b/dev-python/dulwich/dulwich-0.19.15.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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 ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" RESTRICT="!test? ( test )" |