diff options
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 |