diff options
author | Olivier Crête <tester@gentoo.org> | 2006-11-11 20:29:15 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-11-11 20:29:15 +0000 |
commit | 46f2967502d8dcabf2e3cdcc342c29a9749164cc (patch) | |
tree | b834856f7b3bb1a2ece5141e53aae63a7ce90e96 /net-im/gaim | |
parent | adding mpeg4ip-1.5.0.1-r1 to x264 masks (diff) | |
download | gentoo-2-46f2967502d8dcabf2e3cdcc342c29a9749164cc.tar.gz gentoo-2-46f2967502d8dcabf2e3cdcc342c29a9749164cc.tar.bz2 gentoo-2-46f2967502d8dcabf2e3cdcc342c29a9749164cc.zip |
Replace eautoreconf with shorter eautomake
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/gaim-2.0.0_beta5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index b1759d5976c1..098b276b1bd0 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gaim # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.420 2006/11/11 15:55:59 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.421 2006/11/11 20:29:15 tester Exp $ + + 11 Nov 2006; Olivier Crête <tester@gentoo.org> gaim-2.0.0_beta5.ebuild: + Replace eautoreconf with shorter eautomake *gaim-2.0.0_beta5 (11 Nov 2006) diff --git a/net-im/gaim/gaim-2.0.0_beta5.ebuild b/net-im/gaim/gaim-2.0.0_beta5.ebuild index 1a931ee4b978..a6eddd3fb492 100644 --- a/net-im/gaim/gaim-2.0.0_beta5.ebuild +++ b/net-im/gaim/gaim-2.0.0_beta5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta5.ebuild,v 1.1 2006/11/11 15:55:59 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta5.ebuild,v 1.2 2006/11/11 20:29:15 tester Exp $ inherit flag-o-matic eutils toolchain-funcs debug multilib mono autotools perl-app gnome2 @@ -142,7 +142,7 @@ pkg_setup() { src_unpack() { gnome2_src_unpack epatch "${FILESDIR}"/"${P}"-dbus.patch - eautoreconf + eautomake } src_compile() { |