diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-03 03:39:16 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-03 03:39:16 +0000 |
commit | 63eed200e74a6a661c8fd417f51c01e1b8faf94d (patch) | |
tree | 5633af5b99ed4c73785c4cb59f934ee2fd22c019 /sci-calculators/galculator/galculator-1.2.5.2.ebuild | |
parent | amd64 stable, bug 156217 (diff) | |
download | gentoo-2-63eed200e74a6a661c8fd417f51c01e1b8faf94d.tar.gz gentoo-2-63eed200e74a6a661c8fd417f51c01e1b8faf94d.tar.bz2 gentoo-2-63eed200e74a6a661c8fd417f51c01e1b8faf94d.zip |
amd64 stable, bug 132907
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-calculators/galculator/galculator-1.2.5.2.ebuild')
-rw-r--r-- | sci-calculators/galculator/galculator-1.2.5.2.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sci-calculators/galculator/galculator-1.2.5.2.ebuild b/sci-calculators/galculator/galculator-1.2.5.2.ebuild index e93d39981881..5a07d9bdcf56 100644 --- a/sci-calculators/galculator/galculator-1.2.5.2.ebuild +++ b/sci-calculators/galculator/galculator-1.2.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.2.5.2.ebuild,v 1.3 2006/11/17 07:49:21 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.2.5.2.ebuild,v 1.4 2007/01/03 03:39:16 beandog Exp $ DESCRIPTION="A GTK2 based algebraic and RPN calculator" HOMEPAGE="http://galculator.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc x86" +KEYWORDS="~alpha amd64 ppc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-1.3.13 @@ -17,11 +17,6 @@ RDEPEND=">=x11-libs/gtk+-1.3.13 DEPEND="${RDEPEND} dev-util/pkgconfig" -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die |