summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-04-27 08:32:07 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-04-27 08:32:07 +0000
commit7cb879212ebbc7320dcd8addfe6783d9f41af3e1 (patch)
tree3ab835182412af89d70feac1ba04b63a53ab3b5d /app-text/dvipdfmx
parentStabilise latest, drop older. (diff)
downloadgentoo-2-7cb879212ebbc7320dcd8addfe6783d9f41af3e1.tar.gz
gentoo-2-7cb879212ebbc7320dcd8addfe6783d9f41af3e1.tar.bz2
gentoo-2-7cb879212ebbc7320dcd8addfe6783d9f41af3e1.zip
Automake 1.13 fix
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/dvipdfmx')
-rw-r--r--app-text/dvipdfmx/ChangeLog8
-rw-r--r--app-text/dvipdfmx/dvipdfmx-20110311.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/dvipdfmx/ChangeLog b/app-text/dvipdfmx/ChangeLog
index dd835c32dce8..cb46374baecf 100644
--- a/app-text/dvipdfmx/ChangeLog
+++ b/app-text/dvipdfmx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/dvipdfmx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.74 2012/06/17 16:28:45 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.75 2013/04/27 08:32:07 patrick Exp $
+
+ 27 Apr 2013; Patrick Lauer <patrick@gentoo.org> dvipdfmx-20110311.ebuild:
+ Automake 1.13 fix
17 Jun 2012; Raúl Porcel <armin76@gentoo.org> dvipdfmx-20110311.ebuild:
ia64/s390/sh/sparc stable wrt #414431
@@ -304,4 +307,3 @@
04 Aug 2003; Mamoru KOMACHI <usata@gentoo.org> dvipdfmx-20030728.ebuild:
Initial import. This closes bug #23126.
-
diff --git a/app-text/dvipdfmx/dvipdfmx-20110311.ebuild b/app-text/dvipdfmx/dvipdfmx-20110311.ebuild
index 45fd0358080d..00db93cbdfe2 100644
--- a/app-text/dvipdfmx/dvipdfmx-20110311.ebuild
+++ b/app-text/dvipdfmx/dvipdfmx-20110311.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311.ebuild,v 1.14 2012/06/17 16:28:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311.ebuild,v 1.15 2013/04/27 08:32:07 patrick Exp $
EAPI=3
inherit autotools eutils texlive-common
@@ -26,6 +26,7 @@ RDEPEND="${DEPEND}
src_prepare() {
epatch "${FILESDIR}"/20090708-fix_file_collisions.patch
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
eautoreconf
}