diff options
author | David Seifert <soap@gentoo.org> | 2021-04-25 11:39:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-25 11:39:32 +0200 |
commit | 040bbfd81ffe63a54c733dbe2287ec55871205c7 (patch) | |
tree | e5e33d74a000ea5948dea090fd09446da04cf3a5 /sci-mathematics | |
parent | media-libs/gd: Stabilize 2.3.2 arm, #783555 (diff) | |
download | gentoo-040bbfd81ffe63a54c733dbe2287ec55871205c7.tar.gz gentoo-040bbfd81ffe63a54c733dbe2287ec55871205c7.tar.bz2 gentoo-040bbfd81ffe63a54c733dbe2287ec55871205c7.zip |
sci-mathematics/wxmaxima: Drop to stable ppc keywords
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild index 786a11df35cd..d9add5733392 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-18.11.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" S="${WORKDIR}"/${PN}-Version-${PV} |