diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-01-03 15:20:38 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-01-03 15:20:38 +0000 |
commit | 8f20e85109d482ef469b3535afea3ef9b7af5a16 (patch) | |
tree | d77637755126e320065d9d4188d77df20ea32274 /app-emulation/libdsk/libdsk-1.2.1.ebuild | |
parent | ppc stable #245197 (diff) | |
download | gentoo-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/libdsk-1.2.1.ebuild')
-rw-r--r-- | app-emulation/libdsk/libdsk-1.2.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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() { |