diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-09-25 06:33:10 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-09-25 06:33:10 -0500 |
commit | cddd4fd7fbfebdbe690474a074e29783e1d2b445 (patch) | |
tree | d73b2ee86a2a70d62642d0c157bf5f9cac4d426d | |
parent | net-p2p/bitcoind: amd64 stable wrt bug #666669 (diff) | |
download | gentoo-cddd4fd7fbfebdbe690474a074e29783e1d2b445.tar.gz gentoo-cddd4fd7fbfebdbe690474a074e29783e1d2b445.tar.bz2 gentoo-cddd4fd7fbfebdbe690474a074e29783e1d2b445.zip |
dev-python/pydecomp: Stabilize 0.3 for sparc also
Package-Manager: Portage-2.3.50, Repoman-2.3.11
-rw-r--r-- | dev-python/pydecomp/pydecomp-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pydecomp/pydecomp-0.3.ebuild b/dev-python/pydecomp/pydecomp-0.3.ebuild index 939c8f01532c..089544708cb9 100644 --- a/dev-python/pydecomp/pydecomp-0.3.ebuild +++ b/dev-python/pydecomp/pydecomp-0.3.ebuild @@ -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 |