summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-02 00:44:07 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-02 00:44:07 +0000
commit1952639e210ccbaf599bdb8832c06d9bdfcab0c1 (patch)
treeda1363a0e9b969f5fc6b1f0e72c26a4dd49e817e /sys-fs/hfsplusutils
parentNo longer force automake 1.6; this allows the package to be built with libtoo... (diff)
downloadgentoo-2-1952639e210ccbaf599bdb8832c06d9bdfcab0c1.tar.gz
gentoo-2-1952639e210ccbaf599bdb8832c06d9bdfcab0c1.tar.bz2
gentoo-2-1952639e210ccbaf599bdb8832c06d9bdfcab0c1.zip
No longer force automake 1.6; this allows the package to be built with libtool-2.4
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/hfsplusutils')
-rw-r--r--sys-fs/hfsplusutils/ChangeLog9
-rw-r--r--sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild9
2 files changed, 11 insertions, 7 deletions
diff --git a/sys-fs/hfsplusutils/ChangeLog b/sys-fs/hfsplusutils/ChangeLog
index 8e20a81aa036..ffe9beae67a3 100644
--- a/sys-fs/hfsplusutils/ChangeLog
+++ b/sys-fs/hfsplusutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/hfsplusutils
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.14 2009/09/23 20:50:43 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.15 2010/12/02 00:44:07 flameeyes Exp $
+
+ 02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ hfsplusutils-1.0.4-r1.ebuild:
+ No longer force automake 1.6; this allows the package to be built with
+ libtool-2.4
23 Sep 2009; Patrick Lauer <patrick@gentoo.org>
hfsplusutils-1.0.4-r1.ebuild:
diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
index a7f9b1372c08..4701e7d0c90b 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.18 2009/09/23 20:50:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.19 2010/12/02 00:44:07 flameeyes Exp $
-WANT_AUTOMAKE=1.6
-inherit autotools eutils libtool
+inherit autotools eutils
MY_P="hfsplus_${PV}"
DESCRIPTION="HFS+ Filesystem Access Utilities (a PPC filesystem)"
@@ -28,7 +27,7 @@ src_unpack() {
epatch "${FILESDIR}/${P}-gcc4.patch"
epatch "${FILESDIR}/${P}-string.patch"
#let's avoid the Makefile.cvs since isn't working for us
- AM_OPTS="-a" eautoreconf
+ eautoreconf
}
src_install() {