diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 17:50:48 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 17:50:48 +0000 |
commit | 0a0ae14eacb76fd608f1bd9567f45fcec9c0548e (patch) | |
tree | 15e51423ecb2c6f4869c32622eb78378176aeb0f /media-gfx/gimp-print | |
parent | changed app-text/ghostscript to virtual/ghostscript (diff) | |
download | gentoo-2-0a0ae14eacb76fd608f1bd9567f45fcec9c0548e.tar.gz gentoo-2-0a0ae14eacb76fd608f1bd9567f45fcec9c0548e.tar.bz2 gentoo-2-0a0ae14eacb76fd608f1bd9567f45fcec9c0548e.zip |
removed libtool (should only be a local test)
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.3.21.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-gfx/gimp-print/gimp-print-4.3.21.ebuild b/media-gfx/gimp-print/gimp-print-4.3.21.ebuild index b60719876b75..a08a67aa1fb4 100644 --- a/media-gfx/gimp-print/gimp-print-4.3.21.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.3.21.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.3.21.ebuild,v 1.5 2003/12/09 17:50:12 lanius Exp $ - -inherit libtool +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.3.21.ebuild,v 1.6 2003/12/09 17:50:48 lanius Exp $ IUSE="nls gtk readline cups foomaticdb ppds" @@ -23,8 +21,6 @@ LICENSE="GPL-2" SLOT="0" src_compile() { - elibtoolize - use nls \ && myconf="${myconf} --enable-nls" \ || myconf="${myconf} --disable-nls" |