summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-pda/synce-rra/ChangeLog8
-rw-r--r--app-pda/synce-rra/synce-rra-0.9.1-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog
index 571689f229e2..10d1cd24bde3 100644
--- a/app-pda/synce-rra/ChangeLog
+++ b/app-pda/synce-rra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-rra
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.24 2008/08/05 04:52:04 darkside Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.25 2009/08/30 13:51:47 flameeyes Exp $
+
+ 30 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ synce-rra-0.9.1-r1.ebuild:
+ Trivial fix to eautoreconf, thanks to Oliver Huber in bug #249209.
05 Aug 2008; Jeremy Olexa <darkside@gentoo.org> -synce-rra-0.8.4.ebuild,
-synce-rra-0.8.4-r1.ebuild, -synce-rra-0.8.9.ebuild:
diff --git a/app-pda/synce-rra/synce-rra-0.9.1-r1.ebuild b/app-pda/synce-rra/synce-rra-0.9.1-r1.ebuild
index bffaa8a1224e..68dadd2ccd8b 100644
--- a/app-pda/synce-rra/synce-rra-0.9.1-r1.ebuild
+++ b/app-pda/synce-rra/synce-rra-0.9.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.9.1-r1.ebuild,v 1.1 2006/12/11 23:53:51 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.9.1-r1.ebuild,v 1.2 2009/08/30 13:51:47 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -27,7 +27,7 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-textrel.patch
epatch "${FILESDIR}"/${P}-nowerror.patch
epatch "${FILESDIR}"/${P}-make_debug.patch
- eautoreconf || die 'eautoreconf failed'
+ AT_M4DIR="m4" eautoreconf || die 'eautoreconf failed'
}
src_install() {