diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-31 22:24:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-31 22:27:09 +0200 |
commit | b694fd7de52b9c02a31ac43052b7ee1c07525dc2 (patch) | |
tree | 02dd6f3a1ebf8b6753f357c9895d2a14abc63368 /dev-python/google-pasta | |
parent | dev-python/django-auth-ldap: Remove old (diff) | |
download | gentoo-b694fd7de52b9c02a31ac43052b7ee1c07525dc2.tar.gz gentoo-b694fd7de52b9c02a31ac43052b7ee1c07525dc2.tar.bz2 gentoo-b694fd7de52b9c02a31ac43052b7ee1c07525dc2.zip |
dev-python/google-pasta: Drop to ~arch
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-pasta')
-rw-r--r-- | dev-python/google-pasta/google-pasta-0.1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/google-pasta/google-pasta-0.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/google-pasta/google-pasta-0.1.1.ebuild b/dev-python/google-pasta/google-pasta-0.1.1.ebuild index 9f3aabe2a4e7..bd3922aa8a4d 100644 --- a/dev-python/google-pasta/google-pasta-0.1.1.ebuild +++ b/dev-python/google-pasta/google-pasta-0.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-python/google-pasta/google-pasta-0.2.0.ebuild b/dev-python/google-pasta/google-pasta-0.2.0.ebuild index cc64715df197..821881b20bd3 100644 --- a/dev-python/google-pasta/google-pasta-0.2.0.ebuild +++ b/dev-python/google-pasta/google-pasta-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |