diff options
author | 2007-01-04 15:07:44 +0000 | |
---|---|---|
committer | 2007-01-04 15:07:44 +0000 | |
commit | e99b4a57ded0ac59e5388826dba2871b46cc6a04 (patch) | |
tree | 5626db2ce5749f06b8bfa3f8c2a182683050af5f /media-gfx/inkscape | |
parent | Add -D_GNU_SOURCE to CFLAGS (#159896). (diff) | |
download | historical-e99b4a57ded0ac59e5388826dba2871b46cc6a04.tar.gz historical-e99b4a57ded0ac59e5388826dba2871b46cc6a04.tar.bz2 historical-e99b4a57ded0ac59e5388826dba2871b46cc6a04.zip |
Fix broken autotools handling.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r-- | media-gfx/inkscape/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.44.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog index 534d005a5008..972767e49c8c 100644 --- a/media-gfx/inkscape/ChangeLog +++ b/media-gfx/inkscape/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/inkscape -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.55 2006/10/11 20:28:43 hanno Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.56 2007/01/04 15:05:18 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> inkscape-0.44.ebuild: + Fix broken autotools handling. *inkscape-0.44.1 (11 Oct 2006) diff --git a/media-gfx/inkscape/inkscape-0.44.ebuild b/media-gfx/inkscape/inkscape-0.44.ebuild index 2d4c69478446..cfb816e86de4 100644 --- a/media-gfx/inkscape/inkscape-0.44.ebuild +++ b/media-gfx/inkscape/inkscape-0.44.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.44.ebuild,v 1.7 2006/09/07 14:31:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.44.ebuild,v 1.8 2007/01/04 15:05:18 flameeyes Exp $ -inherit gnome2 eutils +WANT_AUTOMAKE="1.9" +WANT_AUTOCONF="latest" + +inherit gnome2 eutils autotools DESCRIPTION="A SVG based generic vector-drawing program" HOMEPAGE="http://www.inkscape.org/" @@ -36,7 +39,7 @@ RDEPEND=">=x11-libs/gtk+-2.4.1 lcms? ( >=media-libs/lcms-1.14 ) boost? ( dev-libs/boost ) plugin? ( >=media-gfx/pstoedit-3.33 - >=media-gfx/skencil-0.6.16 + >=media-gfx/skencil-0.6.16 media-libs/libwmf app-office/dia ) spell? ( app-text/gtkspell )" @@ -62,8 +65,7 @@ src_unpack() { epatch ${FILESDIR}/inkscape-gcc42.diff - autoconf || die - libtoolize --copy --force || die + eautoreconf } DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README" |