summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-01-21 12:41:49 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-01-21 12:41:49 +0000
commit63f12b1e965537756295ff40de89ffc0bc0be846 (patch)
treed81961e5657739650c8d4b51591f1ffc56ffda3e /app-i18n
parentFix compilation with glibc-2.17, bug #451768 (diff)
downloadgentoo-2-63f12b1e965537756295ff40de89ffc0bc0be846.tar.gz
gentoo-2-63f12b1e965537756295ff40de89ffc0bc0be846.tar.bz2
gentoo-2-63f12b1e965537756295ff40de89ffc0bc0be846.zip
Move AUTOTOOLS_AUTORECONF definition before eclass inherited, wrt bug #452952
(Portage version: 2.2.0_alpha153/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/enca/ChangeLog5
-rw-r--r--app-i18n/enca/enca-1.13-r3.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/app-i18n/enca/ChangeLog b/app-i18n/enca/ChangeLog
index c986f8214e48..897da52d6c12 100644
--- a/app-i18n/enca/ChangeLog
+++ b/app-i18n/enca/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/enca
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.88 2013/01/20 10:45:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.89 2013/01/21 12:41:49 pinkbyte Exp $
+
+ 21 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> enca-1.13-r3.ebuild:
+ Move AUTOTOOLS_AUTORECONF definition before eclass inherited, wrt bug #452952
20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> enca-1.13-r3.ebuild:
Stable for alpha, wrt bug #452454
diff --git a/app-i18n/enca/enca-1.13-r3.ebuild b/app-i18n/enca/enca-1.13-r3.ebuild
index 8f56bacfd5b3..1ab7f105f8dd 100644
--- a/app-i18n/enca/enca-1.13-r3.ebuild
+++ b/app-i18n/enca/enca-1.13-r3.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.13-r3.ebuild,v 1.7 2013/01/20 10:45:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.13-r3.ebuild,v 1.8 2013/01/21 12:41:49 pinkbyte Exp $
EAPI="4"
+AUTOTOOLS_AUTORECONF=2.52
inherit eutils toolchain-funcs autotools-utils
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
@@ -18,8 +19,6 @@ IUSE="doc +recode"
DEPEND="recode? ( >=app-text/recode-3.6_p15 )"
RDEPEND="${DEPEND}"
-AUTOTOOLS_AUTORECONF=2.52
-
src_prepare() {
epatch "${FILESDIR}"/${PN}-remove-dirty-path-hack.patch
# fix crosscompilation, bug #424473