summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-05-20 19:04:32 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-05-20 19:04:32 +0000
commit73a2583350a703424b373e30a209768fb2ddeaec (patch)
tree821866f02dd5a51e9cafff2b86d1750ef1d6d16c /net-misc/gwget/gwget-0.94.ebuild
parentstable on amd64 and x86 (diff)
downloadhistorical-73a2583350a703424b373e30a209768fb2ddeaec.tar.gz
historical-73a2583350a703424b373e30a209768fb2ddeaec.tar.bz2
historical-73a2583350a703424b373e30a209768fb2ddeaec.zip
use libtoolize, fixes #93187
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/gwget/gwget-0.94.ebuild')
-rw-r--r--net-misc/gwget/gwget-0.94.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gwget/gwget-0.94.ebuild b/net-misc/gwget/gwget-0.94.ebuild
index 650613d76a72..5c1a3c075842 100644
--- a/net-misc/gwget/gwget-0.94.ebuild
+++ b/net-misc/gwget/gwget-0.94.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.94.ebuild,v 1.1 2005/04/23 11:49:11 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.94.ebuild,v 1.2 2005/05/20 19:04:32 allanonjl Exp $
inherit eutils gnome2 libtool
@@ -36,7 +36,7 @@ USE_DESTDIR="1"
src_unpack() {
unpack ${A}
cd ${S}
- elibtoolize
+ libtoolize --copy --force
# Fix the Epiphany extension installation directory:
epatch ${FILESDIR}/gwget-0.94-epiphany-path-fix.patch
}