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/abakus/abakus-0.91.ebuild | |
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/abakus/abakus-0.91.ebuild')
-rw-r--r-- | sci-calculators/abakus/abakus-0.91.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 )" |