summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-03 07:51:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-03 07:51:59 +0000
commita019e158c32ffc0dc2ad642337bcb30c489e1612 (patch)
treea9b43028b087eb122fe6c377e2eca91ac866b093 /app-text
parentUpstream rename and version bump of sys-process/crtools. (diff)
downloadgentoo-2-a019e158c32ffc0dc2ad642337bcb30c489e1612.tar.gz
gentoo-2-a019e158c32ffc0dc2ad642337bcb30c489e1612.tar.bz2
gentoo-2-a019e158c32ffc0dc2ad642337bcb30c489e1612.zip
Automake 1.13 fix
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libpaper/ChangeLog6
-rw-r--r--app-text/libpaper/libpaper-1.1.24-r1.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/libpaper/ChangeLog b/app-text/libpaper/ChangeLog
index f8985a2ad79f..bbdb1f05b6cd 100644
--- a/app-text/libpaper/ChangeLog
+++ b/app-text/libpaper/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libpaper
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.56 2013/03/24 22:23:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.57 2013/05/03 07:51:59 patrick Exp $
+
+ 03 May 2013; Patrick Lauer <patrick@gentoo.org> libpaper-1.1.24-r1.ebuild:
+ Automake 1.13 fix
24 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org>
libpaper-1.1.24-r1.ebuild:
@@ -216,4 +219,3 @@
08 May 2006; Stefan Schweizer <genstef@gentoo.org> +metadata.xml,
+libpaper-1.1.14.8.ebuild:
New ebuild, could help to fix bug 119182
-
diff --git a/app-text/libpaper/libpaper-1.1.24-r1.ebuild b/app-text/libpaper/libpaper-1.1.24-r1.ebuild
index 4d234ee96915..62e8f7d326c7 100644
--- a/app-text/libpaper/libpaper-1.1.24-r1.ebuild
+++ b/app-text/libpaper/libpaper-1.1.24-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r1.ebuild,v 1.11 2013/03/24 22:23:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r1.ebuild,v 1.12 2013/05/03 07:51:59 patrick Exp $
EAPI=4
@@ -21,6 +21,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
DOCS=( README ChangeLog debian/changelog )
src_prepare() {
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
}