diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-02-05 01:33:14 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-02-05 01:33:14 +0000 |
commit | 78a9d0b534e65f4839d4e8a0aa66fa47865fa74b (patch) | |
tree | 9c245e6997cc13fa6a1c2ad633b2d48d9a5d3c89 /kde-base | |
parent | Committing kde-base/pykde4-4.2.0 ~ppc for bug 257421 (diff) | |
download | gentoo-2-78a9d0b534e65f4839d4e8a0aa66fa47865fa74b.tar.gz gentoo-2-78a9d0b534e65f4839d4e8a0aa66fa47865fa74b.tar.bz2 gentoo-2-78a9d0b534e65f4839d4e8a0aa66fa47865fa74b.zip |
Removed the eautoreconf call until I can get a propper fix for the autotools maintainer mode.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kde-i18n/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kde-i18n/kde-i18n-3.5.9.ebuild | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-base/kde-i18n/ChangeLog b/kde-base/kde-i18n/ChangeLog index f7e2386f78b8..98722c71b354 100644 --- a/kde-base/kde-i18n/ChangeLog +++ b/kde-base/kde-i18n/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kde-i18n -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/ChangeLog,v 1.161 2008/11/23 22:07:06 pva Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/ChangeLog,v 1.162 2009/02/05 01:33:14 jmbsvicetto Exp $ + + 05 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + kde-i18n-3.5.9.ebuild: + Removed the eautoreconf call until I can get a propper fix for the + autotools maintainer mode. 23 Nov 2008; Peter Volkov <pva@gentoo.org> kde-i18n-3.5.9.ebuild, kde-i18n-3.5.10.ebuild: diff --git a/kde-base/kde-i18n/kde-i18n-3.5.9.ebuild b/kde-base/kde-i18n/kde-i18n-3.5.9.ebuild index 050b221308a7..7204c84cf63c 100644 --- a/kde-base/kde-i18n/kde-i18n-3.5.9.ebuild +++ b/kde-base/kde-i18n/kde-i18n-3.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-3.5.9.ebuild,v 1.10 2009/02/03 04:03:09 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-3.5.9.ebuild,v 1.11 2009/02/05 01:33:14 jmbsvicetto Exp $ EAPI="1" WANT_AUTOMAKE="1.10" @@ -56,8 +56,6 @@ src_unpack() { done use linguas_ru && epatch "${FILESDIR}/${P}-russian.patch" - - eautoreconf } src_compile() { |