diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-30 22:10:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-30 22:12:14 +0100 |
commit | e47576ebc6cd5c55dfcd5ebaf50b2defcc02e919 (patch) | |
tree | f53690fbf27c6661727d7dabdc70e50bd2bfb6b3 /dev-python/pysendfile | |
parent | dev-perl/File-Slurper: add ~s390 keyword wrt bug #603078 (diff) | |
download | gentoo-e47576ebc6cd5c55dfcd5ebaf50b2defcc02e919.tar.gz gentoo-e47576ebc6cd5c55dfcd5ebaf50b2defcc02e919.tar.bz2 gentoo-e47576ebc6cd5c55dfcd5ebaf50b2defcc02e919.zip |
dev-python/pysendfile: keyworded 2.0.1 for ppc64, bug #657104
Bug: https://bugs.gentoo.org/657104
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-python/pysendfile')
-rw-r--r-- | dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild index 96001055c20f..7fb470f92c5c 100644 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A python interface to sendfile(2) system call" HOMEPAGE="https://github.com/giampaolo/pysendfile" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="amd64 ~arm ia64 ~sparc x86" +KEYWORDS="amd64 ~arm ia64 ~ppc64 ~sparc x86" IUSE="" LICENSE="MIT" SLOT="0" |