diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-02-09 12:45:32 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-02-09 12:45:32 +0000 |
commit | d1fd9c509f28fe945778a5e3a36762afa7c671e7 (patch) | |
tree | d93484baab11926f2b75efe1f7ccea1b9ad7821c /sci-calculators | |
parent | Stable on arm, bug #538930. (diff) | |
download | gentoo-2-d1fd9c509f28fe945778a5e3a36762afa7c671e7.tar.gz gentoo-2-d1fd9c509f28fe945778a5e3a36762afa7c671e7.tar.bz2 gentoo-2-d1fd9c509f28fe945778a5e3a36762afa7c671e7.zip |
Keyword ~ppc64, bug #459192.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/wcalc/ChangeLog | 9 | ||||
-rw-r--r-- | sci-calculators/wcalc/wcalc-2.2.1.ebuild | 6 | ||||
-rw-r--r-- | sci-calculators/wcalc/wcalc-2.4.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sci-calculators/wcalc/ChangeLog b/sci-calculators/wcalc/ChangeLog index 4e7e7615fd19..8dc4688566c2 100644 --- a/sci-calculators/wcalc/ChangeLog +++ b/sci-calculators/wcalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/wcalc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.16 2012/05/23 13:10:22 xarthisius Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.17 2015/02/09 12:45:32 blueness Exp $ + + 09 Feb 2015; Anthony G. Basile <blueness@gentoo.org> wcalc-2.2.1.ebuild, + wcalc-2.4.ebuild: + Keyword ~ppc64, bug #459192. 23 May 2012; Kacper Kowalik <xarthisius@gentoo.org> wcalc-2.2.1.ebuild, wcalc-2.4.ebuild: @@ -76,4 +80,3 @@ wcalc-1.7.ebuild: Initial ebuild by the <the@weird-birds.org> and olivier.fisette@sympatico.ca, bug #27043 - diff --git a/sci-calculators/wcalc/wcalc-2.2.1.ebuild b/sci-calculators/wcalc/wcalc-2.2.1.ebuild index ed24434f0bc9..dce5e779b870 100644 --- a/sci-calculators/wcalc/wcalc-2.2.1.ebuild +++ b/sci-calculators/wcalc/wcalc-2.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v 1.7 2012/05/23 13:10:22 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v 1.8 2015/02/09 12:45:32 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/w-calc/Wcalc-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="readline" DEPEND=" diff --git a/sci-calculators/wcalc/wcalc-2.4.ebuild b/sci-calculators/wcalc/wcalc-2.4.ebuild index 0450bd5fc42a..2005a8182c85 100644 --- a/sci-calculators/wcalc/wcalc-2.4.ebuild +++ b/sci-calculators/wcalc/wcalc-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v 1.5 2012/05/23 13:10:22 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v 1.6 2015/02/09 12:45:32 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/w-calc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="readline" DEPEND=" |