diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2019-03-11 20:06:08 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-11 22:02:53 +0100 |
commit | 03014f6ccca8f97c5f7caac51f678e1be970351e (patch) | |
tree | 94203168edfef77fbbd235241392e811e8299461 /dev-python/iniparse | |
parent | media-video/gaupol: added ~arm64 (diff) | |
download | gentoo-03014f6ccca8f97c5f7caac51f678e1be970351e.tar.gz gentoo-03014f6ccca8f97c5f7caac51f678e1be970351e.tar.bz2 gentoo-03014f6ccca8f97c5f7caac51f678e1be970351e.zip |
dev-python/iniparse: added ~arm64
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/iniparse')
-rw-r--r-- | dev-python/iniparse/iniparse-0.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/iniparse/iniparse-0.4-r2.ebuild b/dev-python/iniparse/iniparse-0.4-r2.ebuild index 421effd64e4f..d27bc779bf8b 100644 --- a/dev-python/iniparse/iniparse-0.4-r2.ebuild +++ b/dev-python/iniparse/iniparse-0.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT PSF-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" DEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]" |