diff options
author | 2005-12-31 00:10:36 +0000 | |
---|---|---|
committer | 2005-12-31 00:10:36 +0000 | |
commit | dbf393c510b9a775177c97b89120ed00ba7f2bc9 (patch) | |
tree | 22a803f0e0c88f9f48ef46660497a5dd85e217c4 /dev-libs/confuse | |
parent | kill off the call to sleep() completely and dont try so hard to read /dev/random (diff) | |
download | gentoo-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/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/confuse/confuse-2.5.ebuild | 8 |
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() { |