diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-12 15:29:25 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-12 15:29:25 +0000 |
commit | f0a1833dd7ea04c178b8aa93ba8a2dd151328248 (patch) | |
tree | c9e1b8c75045309289dc7d84e4cc95a76978986e /sci-calculators | |
parent | Trim old (diff) | |
download | gentoo-2-f0a1833dd7ea04c178b8aa93ba8a2dd151328248.tar.gz gentoo-2-f0a1833dd7ea04c178b8aa93ba8a2dd151328248.tar.bz2 gentoo-2-f0a1833dd7ea04c178b8aa93ba8a2dd151328248.zip |
QA: Added gmp to IUSE.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/abakus/ChangeLog | 6 | ||||
-rw-r--r-- | sci-calculators/abakus/abakus-0.90.ebuild | 4 | ||||
-rw-r--r-- | sci-calculators/abakus/abakus-0.91.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-calculators/abakus/ChangeLog b/sci-calculators/abakus/ChangeLog index 232e71721b55..304a02531bc1 100644 --- a/sci-calculators/abakus/ChangeLog +++ b/sci-calculators/abakus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/abakus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.6 2006/06/30 16:15:01 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.7 2006/07/12 15:29:25 kugelfang Exp $ + + 12 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> abakus-0.90.ebuild, + abakus-0.91.ebuild: + QA: Added gmp to IUSE. *abakus-0.91 (30 Jun 2006) diff --git a/sci-calculators/abakus/abakus-0.90.ebuild b/sci-calculators/abakus/abakus-0.90.ebuild index feab308b8b0e..db3bf7f8677a 100644 --- a/sci-calculators/abakus/abakus-0.90.ebuild +++ b/sci-calculators/abakus/abakus-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.90.ebuild,v 1.4 2006/04/30 17:10:37 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.90.ebuild,v 1.5 2006/07/12 15:29:25 kugelfang Exp $ inherit kde @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" # leave gmp out for now, does not work for me -IUSE="debug" # gmp +IUSE="debug gmp" DEPEND=">=dev-util/scons-0.96.1 gmp? ( dev-libs/mpfr )" diff --git a/sci-calculators/abakus/abakus-0.91.ebuild b/sci-calculators/abakus/abakus-0.91.ebuild index 12d3945fde35..a54451b5140c 100644 --- a/sci-calculators/abakus/abakus-0.91.ebuild +++ b/sci-calculators/abakus/abakus-0.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.91.ebuild,v 1.1 2006/06/30 16:15:01 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.91.ebuild,v 1.2 2006/07/12 15:29:25 kugelfang Exp $ inherit kde @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" # leave gmp out for now, does not work for me -IUSE="debug" # gmp +IUSE="debug gmp" DEPEND=">=dev-util/scons-0.96.1 gmp? ( dev-libs/mpfr )" |