summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-03 18:45:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-03 18:45:11 +0000
commit2fda9dd0f6f3b93d5789b1b1b1f5174a9ebd6143 (patch)
tree4bdf9569752710c632b6183894678ea6e62887fa /media-gfx/autotrace
parentUse AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13 compability. (diff)
downloadgentoo-2-2fda9dd0f6f3b93d5789b1b1b1f5174a9ebd6143.tar.gz
gentoo-2-2fda9dd0f6f3b93d5789b1b1b1f5174a9ebd6143.tar.bz2
gentoo-2-2fda9dd0f6f3b93d5789b1b1b1f5174a9ebd6143.zip
Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13 compability wrt #468496 by Ulenrich
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-gfx/autotrace')
-rw-r--r--media-gfx/autotrace/ChangeLog9
-rw-r--r--media-gfx/autotrace/autotrace-0.31.1-r6.ebuild18
2 files changed, 17 insertions, 10 deletions
diff --git a/media-gfx/autotrace/ChangeLog b/media-gfx/autotrace/ChangeLog
index a1a0a8ab40b8..e5fca799bf9f 100644
--- a/media-gfx/autotrace/ChangeLog
+++ b/media-gfx/autotrace/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/autotrace
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.56 2012/10/04 15:27:10 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.57 2013/05/03 18:45:11 ssuominen Exp $
+
+ 03 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+ autotrace-0.31.1-r6.ebuild:
+ Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13
+ compability wrt #468496 by Ulenrich
04 Oct 2012; Samuli Suominen <ssuominen@gentoo.org>
autotrace-0.31.1-r6.ebuild:
diff --git a/media-gfx/autotrace/autotrace-0.31.1-r6.ebuild b/media-gfx/autotrace/autotrace-0.31.1-r6.ebuild
index 3a96b816aed7..048f11f87972 100644
--- a/media-gfx/autotrace/autotrace-0.31.1-r6.ebuild
+++ b/media-gfx/autotrace/autotrace-0.31.1-r6.ebuild
@@ -1,8 +1,8 @@
-# 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/media-gfx/autotrace/autotrace-0.31.1-r6.ebuild,v 1.12 2012/10/04 15:27:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r6.ebuild,v 1.13 2013/05/03 18:45:11 ssuominen Exp $
-EAPI=4
+EAPI=5
inherit autotools eutils
_dpatch=15
@@ -17,10 +17,10 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="+imagemagick static-libs"
-RDEPEND="media-libs/libexif
- >=media-libs/libpng-1.4.3
- >=media-libs/ming-0.4.2
- >=media-gfx/pstoedit-3.50
+RDEPEND="media-libs/libexif:=
+ media-libs/libpng:0=
+ >=media-libs/ming-0.4.2:=
+ >=media-gfx/pstoedit-3.50:=
imagemagick? ( >=media-gfx/imagemagick-6.6.2.5 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -39,6 +39,8 @@ src_prepare() {
# Fix building on PowerPC with Altivec
epatch "${FILESDIR}"/${P}-bool.patch
+ sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die #468496
+
eautoreconf
}
@@ -52,5 +54,5 @@ src_configure() {
src_install() {
default
- rm -f "${ED}"usr/lib*/lib${PN}.la
+ prune_libtool_files --all
}