diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-02 17:37:28 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-02 17:38:26 +0000 |
commit | e6bdb122f0f61b3f3c9d8c735ff9489c6daba33a (patch) | |
tree | dfdb5fbff326c1d054639d6878db664341c69864 | |
parent | dev-python/psutil: keyworded 5.4.3 for ia64, bug #657104 (diff) | |
download | gentoo-e6bdb122f0f61b3f3c9d8c735ff9489c6daba33a.tar.gz gentoo-e6bdb122f0f61b3f3c9d8c735ff9489c6daba33a.tar.bz2 gentoo-e6bdb122f0f61b3f3c9d8c735ff9489c6daba33a.zip |
dev-python/pysendfile: keyworded 2.0.1 for ia64, bug #657104
Bug: https://bugs.gentoo.org/657104
Package-Manager: Portage-2.3.38, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
-rw-r--r-- | dev-python/pysendfile/pysendfile-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild index dce56df30bdc..26d0430026ed 100644 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild +++ b/dev-python/pysendfile/pysendfile-2.0.1.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 @@ -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 x86" +KEYWORDS="amd64 ~ia64 x86" IUSE="" LICENSE="MIT" SLOT="0" |