diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-04 22:38:33 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-04 22:38:33 +0000 |
commit | a64f43161fe7a7be0d8420a6952dab7c27d15e3e (patch) | |
tree | 4a7f3f20dbf9335ba30b45fb258d2e8e96c15f8f /virtual | |
parent | dev-python/wcwidth: stable 0.1.7-r1 for ppc64, bug #596714 (diff) | |
download | gentoo-a64f43161fe7a7be0d8420a6952dab7c27d15e3e.tar.gz gentoo-a64f43161fe7a7be0d8420a6952dab7c27d15e3e.tar.bz2 gentoo-a64f43161fe7a7be0d8420a6952dab7c27d15e3e.zip |
virtual/python-pathlib: stable 1.0 for ppc64, bug #596714
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-pathlib/python-pathlib-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild index 2f61f8376fc5..a4fc11ec14a1 100644 --- a/virtual/python-pathlib/python-pathlib-1.0.ebuild +++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A virtual for Python pathlib module" SLOT="0" -KEYWORDS="amd64 ~arm64 ia64 x86" +KEYWORDS="amd64 ~arm64 ia64 ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} |