diff options
author | 2008-02-29 03:28:22 +0000 | |
---|---|---|
committer | 2008-02-29 03:28:22 +0000 | |
commit | 2829483cf4ef624aed0b5ed08862c807642f841d (patch) | |
tree | babd8a29fda6a37fbefb820a2347875a0bbb400c /sci-mathematics/calc | |
parent | keyworded ~arch for ppc64, bug 211795 (diff) | |
download | historical-2829483cf4ef624aed0b5ed08862c807642f841d.tar.gz historical-2829483cf4ef624aed0b5ed08862c807642f841d.tar.bz2 historical-2829483cf4ef624aed0b5ed08862c807642f841d.zip |
keyworded ~arch for ppc64, bug 211793
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-mathematics/calc')
-rw-r--r-- | sci-mathematics/calc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.12.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog index 323e37c70443..2ea5fdc71c96 100644 --- a/sci-mathematics/calc/ChangeLog +++ b/sci-mathematics/calc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/calc # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.15 2008/01/28 20:01:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.16 2008/02/29 03:28:22 ranger Exp $ + + 29 Feb 2008; Brent Baude <ranger@gentoo.org> calc-2.12.2.2.ebuild: + keyworded ~arch for ppc64, bug 211793 28 Jan 2008; Fabian Groffen <grobian@gentoo.org> calc-2.11.9.3.ebuild, calc-2.11.10.1.ebuild, calc-2.12.1.5.ebuild, calc-2.12.2.2.ebuild: diff --git a/sci-mathematics/calc/calc-2.12.2.2.ebuild b/sci-mathematics/calc/calc-2.12.2.2.ebuild index 4692f2246fd7..fb5976881b33 100644 --- a/sci-mathematics/calc/calc-2.12.2.2.ebuild +++ b/sci-mathematics/calc/calc-2.12.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.3 2008/01/28 20:01:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.4 2008/02/29 03:28:22 ranger Exp $ inherit eutils multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" IUSE="" |