diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 14:16:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 14:17:17 +0100 |
commit | 8e52ff75d5abc9b4e99073e36819666107731210 (patch) | |
tree | 07705132c18722c0f08ef5315b8f9124dc4e3921 /dev-python/snakeoil | |
parent | sys-apps/pkgcore: Stabilize 0.11.5-r2 arm, #778863 (diff) | |
download | gentoo-8e52ff75d5abc9b4e99073e36819666107731210.tar.gz gentoo-8e52ff75d5abc9b4e99073e36819666107731210.tar.bz2 gentoo-8e52ff75d5abc9b4e99073e36819666107731210.zip |
dev-python/snakeoil: Stabilize 0.9.4 arm, #778863
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/snakeoil/snakeoil-0.9.4.ebuild b/dev-python/snakeoil/snakeoil-0.9.4.ebuild index c077caf2849d..eb08f069e3ee 100644 --- a/dev-python/snakeoil/snakeoil-0.9.4.ebuild +++ b/dev-python/snakeoil/snakeoil-0.9.4.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86 ~x64-macos" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi |