diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-05-10 11:39:23 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-05-10 11:40:46 -0500 |
commit | d9591466ed07f3253167413607a18c6493f35f89 (patch) | |
tree | 7c03ecad9043cbb13bcab6bcfaf5ec509646d3a1 | |
parent | dev-python/geventhttpclient: adding arm64 keyword (diff) | |
download | gentoo-d9591466ed07f3253167413607a18c6493f35f89.tar.gz gentoo-d9591466ed07f3253167413607a18c6493f35f89.tar.bz2 gentoo-d9591466ed07f3253167413607a18c6493f35f89.zip |
dev-python/dulwich: adding arm64 support
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | dev-python/dulwich/dulwich-0.17.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dulwich/dulwich-0.17.3.ebuild b/dev-python/dulwich/dulwich-0.17.3.ebuild index 739dfbb37b4e..6cb73b4bee8d 100644 --- a/dev-python/dulwich/dulwich-0.17.3.ebuild +++ b/dev-python/dulwich/dulwich-0.17.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc examples test" DEPEND=" |