diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:46:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:46:46 +0000 |
commit | 0b4ade3afa9b99cf9c2dab90e0fb4253aa3d104b (patch) | |
tree | 228233102afa6ad5ce34c9484bdb55b547eb7c2e /app-sci | |
parent | sync IUSE (missing) (diff) | |
download | historical-0b4ade3afa9b99cf9c2dab90e0fb4253aa3d104b.tar.gz historical-0b4ade3afa9b99cf9c2dab90e0fb4253aa3d104b.tar.bz2 historical-0b4ade3afa9b99cf9c2dab90e0fb4253aa3d104b.zip |
fix double IUSE
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/mupad/mupad-2.5.2-r1.ebuild | 6 | ||||
-rw-r--r-- | app-sci/mupad/mupad-2.5.2-r2.ebuild | 6 | ||||
-rw-r--r-- | app-sci/xcircuit/xcircuit-2.5.5.ebuild | 4 |
3 files changed, 5 insertions, 11 deletions
diff --git a/app-sci/mupad/mupad-2.5.2-r1.ebuild b/app-sci/mupad/mupad-2.5.2-r1.ebuild index 745fbc3cfd29..863ece37955c 100644 --- a/app-sci/mupad/mupad-2.5.2-r1.ebuild +++ b/app-sci/mupad/mupad-2.5.2-r1.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r1.ebuild,v 1.5 2004/07/01 11:53:26 eradicator Exp $ - -IUSE="mupad-noscilab" +# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r1.ebuild,v 1.6 2004/07/15 03:46:46 agriffis Exp $ VER=`echo $PV|awk -F. '{ print $1$2$3 }'` URLPATH="ftp://ftp.mupad.de/MuPAD/distrib/unix/" @@ -28,7 +26,7 @@ LICENSE="mupad" SLOT="0" KEYWORDS="x86" -IUSE="" +IUSE="mupad-noscilab" DEPEND="virtual/libc" RDEPEND="=dev-lang/tk-8.3*" diff --git a/app-sci/mupad/mupad-2.5.2-r2.ebuild b/app-sci/mupad/mupad-2.5.2-r2.ebuild index 67cc01a6198f..e0bc28ada048 100644 --- a/app-sci/mupad/mupad-2.5.2-r2.ebuild +++ b/app-sci/mupad/mupad-2.5.2-r2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r2.ebuild,v 1.5 2004/07/01 11:53:26 eradicator Exp $ - -IUSE="mupad-noscilab" +# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r2.ebuild,v 1.6 2004/07/15 03:46:46 agriffis Exp $ VER=`echo $PV|awk -F. '{ print $1$2$3 }'` URLPATH="ftp://ftp.mupad.de/MuPAD/distrib/unix/" @@ -28,7 +26,7 @@ LICENSE="mupad" SLOT="0" KEYWORDS="~x86 -ppc ~amd64" -IUSE="" +IUSE="mupad-noscilab" DEPEND="virtual/libc" RDEPEND=">=dev-lang/tk-8.3" diff --git a/app-sci/xcircuit/xcircuit-2.5.5.ebuild b/app-sci/xcircuit/xcircuit-2.5.5.ebuild index abe626bbb95c..4b2bbe3d45e6 100644 --- a/app-sci/xcircuit/xcircuit-2.5.5.ebuild +++ b/app-sci/xcircuit/xcircuit-2.5.5.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-2.5.5.ebuild,v 1.7 2004/06/24 22:21:25 agriffis Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-2.5.5.ebuild,v 1.8 2004/07/15 03:45:35 agriffis Exp $ inherit flag-o-matic |