diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-14 20:47:34 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-14 20:47:39 +0100 |
commit | 87db7e9ba1fb2446c7aad9e251e224d1d7a3470a (patch) | |
tree | 1dc2753befc168e91c91c2d9934bced88935d26f /dev-python/tox | |
parent | app-emulation/vice: update homepage and use https (diff) | |
download | gentoo-87db7e9ba1fb2446c7aad9e251e224d1d7a3470a.tar.gz gentoo-87db7e9ba1fb2446c7aad9e251e224d1d7a3470a.tar.bz2 gentoo-87db7e9ba1fb2446c7aad9e251e224d1d7a3470a.zip |
dev-python/tox: stable 3.15.0 for ppc
stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/tox')
-rw-r--r-- | dev-python/tox/tox-3.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tox/tox-3.15.0.ebuild b/dev-python/tox/tox-3.15.0.ebuild index d07fe2ed8a50..8940c1750e65 100644 --- a/dev-python/tox/tox-3.15.0.ebuild +++ b/dev-python/tox/tox-3.15.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ppc ~ppc64 sparc ~x86" # doc disabled because of missing deps in tree IUSE="test" |