diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-25 20:41:33 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-25 20:45:42 +0000 |
commit | e0f23d1de4a441cd06c1c3e9e7d03aabc8bafc7e (patch) | |
tree | fe6340c377007a7465c4e84820ff4ad882ef67c6 /virtual | |
parent | dev-python/pathlib: keyworded 1.0.1-r1 for ppc64, bug #701498 (diff) | |
download | gentoo-e0f23d1de4a441cd06c1c3e9e7d03aabc8bafc7e.tar.gz gentoo-e0f23d1de4a441cd06c1c3e9e7d03aabc8bafc7e.tar.bz2 gentoo-e0f23d1de4a441cd06c1c3e9e7d03aabc8bafc7e.zip |
virtual/python-pathlib: keyworded 1.0 for ppc64, bug #701498
Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-pathlib/python-pathlib-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild index 80943c77076a..3bc96733eeba 100644 --- a/virtual/python-pathlib/python-pathlib-1.0.ebuild +++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A virtual for Python pathlib module" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ~ppc64 ~sparc x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} |