diff options
author | Markus Meier <maekke@gentoo.org> | 2018-01-06 21:12:14 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-01-06 21:12:14 +0100 |
commit | cf3c498f58761e1d98da3e6afddb7a76e3173226 (patch) | |
tree | e8f0de7688c6a6228242069fe0b51ef1e8c49044 /dev-python/fudge | |
parent | dev-python/backports-unittest-mock: add ~arm64, bug #621282 (diff) | |
download | gentoo-cf3c498f58761e1d98da3e6afddb7a76e3173226.tar.gz gentoo-cf3c498f58761e1d98da3e6afddb7a76e3173226.tar.bz2 gentoo-cf3c498f58761e1d98da3e6afddb7a76e3173226.zip |
dev-python/fudge: add ~arm64, bug #643336
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-python/fudge')
-rw-r--r-- | dev-python/fudge/fudge-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fudge/fudge-1.1.0.ebuild b/dev-python/fudge/fudge-1.1.0.ebuild index a6f52a9d6575..e65488058147 100644 --- a/dev-python/fudge/fudge-1.1.0.ebuild +++ b/dev-python/fudge/fudge-1.1.0.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=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="doc test" RDEPEND="" |