diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-02 22:39:34 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-02 22:39:34 +0000 |
commit | 074c07cc328218f67dc959bf4b840724e8df286a (patch) | |
tree | 5abdbc9cf826839b0bf4971fdb03e55159458021 /sci-mathematics/calc | |
parent | Version bump. (diff) | |
download | gentoo-2-074c07cc328218f67dc959bf4b840724e8df286a.tar.gz gentoo-2-074c07cc328218f67dc959bf4b840724e8df286a.tar.bz2 gentoo-2-074c07cc328218f67dc959bf4b840724e8df286a.zip |
amd64 stable and quoting fixed.
(Portage version: 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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog index 2ea5fdc71c96..eba91ea743b6 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.16 2008/02/29 03:28:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.17 2008/06/02 22:39:34 coldwind Exp $ + + 02 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> calc-2.12.2.2.ebuild: + amd64 stable and quoting fixed. 29 Feb 2008; Brent Baude <ranger@gentoo.org> calc-2.12.2.2.ebuild: keyworded ~arch for ppc64, bug 211793 diff --git a/sci-mathematics/calc/calc-2.12.2.2.ebuild b/sci-mathematics/calc/calc-2.12.2.2.ebuild index fb5976881b33..d90a697ea56d 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.4 2008/02/29 03:28:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.5 2008/06/02 22:39:34 coldwind 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 ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86" IUSE="" @@ -21,7 +21,7 @@ RDEPEND="${DEPEND} >=sys-apps/less-348" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-libdir-fix.patch |