dev-python/pydecomp: Stabilize 0.3 for sparc also

Package-Manager: Portage-2.3.50, Repoman-2.3.11
This commit is contained in:
Ben Kohler 2018-09-25 06:33:10 -05:00
parent 12858f8fb5
commit cddd4fd7fb
No known key found for this signature in database
GPG Key ID: 7A85BDA4D57605C7

View File

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
S="${WORKDIR}/pyDeComp-${PV}"
fi