summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-31 00:10:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-31 00:10:36 +0000
commitdbf393c510b9a775177c97b89120ed00ba7f2bc9 (patch)
tree22a803f0e0c88f9f48ef46660497a5dd85e217c4 /dev-libs/confuse
parentkill off the call to sleep() completely and dont try so hard to read /dev/random (diff)
downloadgentoo-2-dbf393c510b9a775177c97b89120ed00ba7f2bc9.tar.gz
gentoo-2-dbf393c510b9a775177c97b89120ed00ba7f2bc9.tar.bz2
gentoo-2-dbf393c510b9a775177c97b89120ed00ba7f2bc9.zip
Remove conditional libtoolize (without re-autoconf) and just call elibtoolize for sanity checks.
(Portage version: 2.1_pre2)
Diffstat (limited to 'dev-libs/confuse')
-rw-r--r--dev-libs/confuse/ChangeLog6
-rw-r--r--dev-libs/confuse/confuse-2.5.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/confuse/ChangeLog b/dev-libs/confuse/ChangeLog
index c74b456e93d5..7e726f192184 100644
--- a/dev-libs/confuse/ChangeLog
+++ b/dev-libs/confuse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/confuse
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.11 2005/11/29 03:51:07 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.12 2005/12/31 00:10:36 flameeyes Exp $
+
+ 31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> confuse-2.5.ebuild:
+ Remove conditional libtoolize (without re-autoconf) and just call
+ elibtoolize for sanity checks.
28 Nov 2005; Tom Gall <tgall@gentoo.org> confuse-2.5.ebuild:
stable on ppc64
diff --git a/dev-libs/confuse/confuse-2.5.ebuild b/dev-libs/confuse/confuse-2.5.ebuild
index 081bda8ca959..7e02b80b9eac 100644
--- a/dev-libs/confuse/confuse-2.5.ebuild
+++ b/dev-libs/confuse/confuse-2.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild,v 1.13 2005/11/29 03:51:07 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild,v 1.14 2005/12/31 00:10:36 flameeyes Exp $
-inherit eutils
+inherit eutils libtool
DESCRIPTION="a configuration file parser library"
HOMEPAGE="http://www.nongnu.org/confuse/"
@@ -23,9 +23,7 @@ src_unpack(){
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-maketest.patch
-
- # keep this otherwise libraries will not have .so extensions
- use userland_Darwin || libtoolize --copy --force
+ elibtoolize
}
src_compile() {