diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-12 22:42:24 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-12 22:44:12 -0400 |
commit | 7c7e45ac42c20b8e1775f6aff22e0bbf9e32337c (patch) | |
tree | ee187dbcf7639901c17dc43089120d0e96f31465 /dev-python/pysendfile | |
parent | dev-python/pyftpdlib: arm64 keyworded (bug #657104) (diff) | |
download | gentoo-7c7e45ac42c20b8e1775f6aff22e0bbf9e32337c.tar.gz gentoo-7c7e45ac42c20b8e1775f6aff22e0bbf9e32337c.tar.bz2 gentoo-7c7e45ac42c20b8e1775f6aff22e0bbf9e32337c.zip |
dev-python/pysendfile: arm64 keyworded (bug #657104)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/pysendfile')
-rw-r--r-- | dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild index b12594163014..d2a804def8da 100644 --- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild +++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A python interface to the sendfile(2) system call" HOMEPAGE="https://github.com/giampaolo/pysendfile" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" LICENSE="MIT" SLOT="0" |