summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-09-14 08:44:46 +0000
committerRoy Marples <uberlord@gentoo.org>2007-09-14 08:44:46 +0000
commitf3150791ccf312772aa516eb0ed1bae90897eafb (patch)
tree432ced81142f67ed8623b965f08d036b50113bbb /dev-libs/confuse
parentfixed a doc link (bug #182643) (diff)
downloadgentoo-2-f3150791ccf312772aa516eb0ed1bae90897eafb.tar.gz
gentoo-2-f3150791ccf312772aa516eb0ed1bae90897eafb.tar.bz2
gentoo-2-f3150791ccf312772aa516eb0ed1bae90897eafb.zip
No longer need the install-sh hack
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-libs/confuse')
-rw-r--r--dev-libs/confuse/ChangeLog4
-rw-r--r--dev-libs/confuse/confuse-2.5.ebuild7
2 files changed, 4 insertions, 7 deletions
diff --git a/dev-libs/confuse/ChangeLog b/dev-libs/confuse/ChangeLog
index 6f219cbb04b6..eb5a22122280 100644
--- a/dev-libs/confuse/ChangeLog
+++ b/dev-libs/confuse/ChangeLog
@@ -1,10 +1,10 @@
# ChangeLog for dev-libs/confuse
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.21 2007/09/13 10:15:24 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.22 2007/09/14 08:44:46 uberlord Exp $
13 Sep 2007; Roy Marples <uberlord@gentoo.org>
+files/confuse-2.5-libintl.patch, confuse-2.5.ebuild:
- Link to libintl correctly and work with -j N on non glibc systems
+ Link to libintl correctly on non glibc systems
08 May 2007; Fabian Groffen <grobian@gentoo.org> confuse-2.5.ebuild:
Dropped ppc-macos keyword, see you in prefix
diff --git a/dev-libs/confuse/confuse-2.5.ebuild b/dev-libs/confuse/confuse-2.5.ebuild
index e5781e438df2..45c85ce7ddee 100644
--- a/dev-libs/confuse/confuse-2.5.ebuild
+++ b/dev-libs/confuse/confuse-2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.24 2007/09/13 10:27:28 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild,v 1.25 2007/09/14 08:44:46 uberlord Exp $
WANT_AUTOMAKE="1.8"
@@ -27,12 +27,9 @@ src_unpack(){
cd "${S}"
epatch "${FILESDIR}"/${P}-maketest.patch
- # eautoreconf or elibtoolize will refresh install-sh
- # so that -j N works on FreeBSD
- rm support/install-sh
-
# We should link to libintl correctly
epatch "${FILESDIR}"/${P}-libintl.patch
+
eautomake
elibtoolize
}