diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-26 10:17:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-26 10:17:51 +0000 |
commit | 3b423d96bfc37d945cae98371165421281099baa (patch) | |
tree | 0548924150bbc49ccee7dbd289116f98f4e8a92c /app-sci | |
parent | repoman fix (diff) | |
download | gentoo-2-3b423d96bfc37d945cae98371165421281099baa.tar.gz gentoo-2-3b423d96bfc37d945cae98371165421281099baa.tar.bz2 gentoo-2-3b423d96bfc37d945cae98371165421281099baa.zip |
removed pic crap
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild b/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild index 4b7df07e75f7..1dcec8731fe8 100644 --- a/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild +++ b/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild,v 1.3 2003/02/13 09:22:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild,v 1.4 2003/03/26 10:15:21 seemant Exp $ MY_P="${P/_pre/pre1-}" DESCRIPTION="A wave viewer for LXT and Verilog VCD/EVCD files" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/gtkwave/snapshots/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" -IUSE="pic" +IUSE="" DEPEND="virtual/x11 =x11-libs/gtk+-1.2* @@ -21,7 +21,6 @@ S="${WORKDIR}/${MY_P}" src_compile() { local myconf="--with-gnu-ld" - use pic && myconf="${myconf} --with-pic" econf ${myconf} emake || die |