summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-01-03 15:20:38 +0000
committerChristoph Mende <angelos@gentoo.org>2009-01-03 15:20:38 +0000
commit8f20e85109d482ef469b3535afea3ef9b7af5a16 (patch)
treed77637755126e320065d9d4188d77df20ea32274 /app-emulation/libdsk
parentppc stable #245197 (diff)
downloadgentoo-2-8f20e85109d482ef469b3535afea3ef9b7af5a16.tar.gz
gentoo-2-8f20e85109d482ef469b3535afea3ef9b7af5a16.tar.bz2
gentoo-2-8f20e85109d482ef469b3535afea3ef9b7af5a16.zip
QA: Run full eautoreconf to prevent maintainer-mode from running automake (bug 239994)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-emulation/libdsk')
-rw-r--r--app-emulation/libdsk/ChangeLog8
-rw-r--r--app-emulation/libdsk/libdsk-1.2.1.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/app-emulation/libdsk/ChangeLog b/app-emulation/libdsk/ChangeLog
index 91fb54ac16d5..7da6cc312e91 100644
--- a/app-emulation/libdsk/ChangeLog
+++ b/app-emulation/libdsk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/libdsk
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/ChangeLog,v 1.21 2008/06/20 14:42:08 dragonheart Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/ChangeLog,v 1.22 2009/01/03 15:20:38 angelos Exp $
+
+ 03 Jan 2009; Christoph Mende <angelos@gentoo.org> libdsk-1.2.1.ebuild:
+ QA: Run full eautoreconf to prevent maintainer-mode from running automake
+ (bug 239994)
20 Jun 2008; Daniel Black <dragonheart@gentoo.org>
files/libdsk-1.2.1-java-make-fix.patch, -libdsk-1.1.10-r1.ebuild,
diff --git a/app-emulation/libdsk/libdsk-1.2.1.ebuild b/app-emulation/libdsk/libdsk-1.2.1.ebuild
index 5fed366e3129..7e2486add7d9 100644
--- a/app-emulation/libdsk/libdsk-1.2.1.ebuild
+++ b/app-emulation/libdsk/libdsk-1.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/libdsk-1.2.1.ebuild,v 1.3 2008/06/20 14:45:23 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/libdsk-1.2.1.ebuild,v 1.4 2009/01/03 15:20:38 angelos Exp $
inherit java-pkg-opt-2 flag-o-matic autotools
@@ -22,9 +22,9 @@ RDEPEND="${CDEPEND}
src_unpack() {
unpack ${A}
- epatch "${FILESDIR}"/${P}-java-make-fix.patch
cd "${S}"
- eautoconf
+ epatch "${FILESDIR}"/${P}-java-make-fix.patch
+ eautoreconf
}
src_compile() {