diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-14 22:15:07 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-14 22:15:10 +0100 |
commit | 92e1db74fdb5a620615c293e00a00151e424b657 (patch) | |
tree | f94da1dca6c73eb158e448371f156ff2cf5c8b9e /dev-python/tox | |
parent | app-portage/nattka: Bump to 0.2.8 (diff) | |
download | gentoo-92e1db74fdb5a620615c293e00a00151e424b657.tar.gz gentoo-92e1db74fdb5a620615c293e00a00151e424b657.tar.bz2 gentoo-92e1db74fdb5a620615c293e00a00151e424b657.zip |
dev-python/tox: stable 3.15.0 for ppc64
stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
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 8940c1750e65..fee50bc8c521 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" |