diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-04-23 18:49:49 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-04-23 18:49:49 +0300 |
commit | 543042f0cfaebbb4309a46cdafc5cf562aad6730 (patch) | |
tree | 0fb4b7b75f4aedf1978f79ef0ccd38ee0bbbd05f /dev-python | |
parent | dev-python/setuptools: Bump to 41.0.1 (diff) | |
download | gentoo-543042f0cfaebbb4309a46cdafc5cf562aad6730.tar.gz gentoo-543042f0cfaebbb4309a46cdafc5cf562aad6730.tar.bz2 gentoo-543042f0cfaebbb4309a46cdafc5cf562aad6730.zip |
dev-python/unidecode: Add ~arm64 keyword
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unidecode/unidecode-0.04.21.ebuild b/dev-python/unidecode/unidecode-0.04.21.ebuild index d3a25102db71..4ddae9c18cea 100644 --- a/dev-python/unidecode/unidecode-0.04.21.ebuild +++ b/dev-python/unidecode/unidecode-0.04.21.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" S=${WORKDIR}/${MY_P} |