diff options
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.37.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.38.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog index dc895ba6c6df..e595e25b8880 100644 --- a/media-gfx/inkscape/ChangeLog +++ b/media-gfx/inkscape/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/inkscape # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.11 2004/12/07 23:31:53 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.12 2004/12/22 22:17:27 hanno Exp $ + + 22 Dec 2004; Hanno Boeck <hanno@gentoo.org> inkscape-0.37.ebuild, + inkscape-0.38.ebuild: + Fix libsigc++-dep in all versions of the ebuild (bug #66342). *inkscape-0.40 (07 Dec 2004) diff --git a/media-gfx/inkscape/inkscape-0.37.ebuild b/media-gfx/inkscape/inkscape-0.37.ebuild index 54dc454501f2..a68314a2a9fd 100644 --- a/media-gfx/inkscape/inkscape-0.37.ebuild +++ b/media-gfx/inkscape/inkscape-0.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.37.ebuild,v 1.6 2004/06/24 22:43:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.37.ebuild,v 1.7 2004/12/22 22:17:27 hanno Exp $ inherit gnome2 @@ -21,7 +21,7 @@ RDEPEND=">=x11-libs/gtk+-2.2.4 dev-libs/popt sys-libs/zlib media-libs/libpng - >=dev-libs/libsigc++-1.2 + =dev-libs/libsigc++-1.2* gnome? ( >=gnome-base/libgnomeprint-2.2 >=gnome-base/libgnomeprintui-2.2 )" diff --git a/media-gfx/inkscape/inkscape-0.38.ebuild b/media-gfx/inkscape/inkscape-0.38.ebuild index 9170f588e999..41a60e62d887 100644 --- a/media-gfx/inkscape/inkscape-0.38.ebuild +++ b/media-gfx/inkscape/inkscape-0.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.38.ebuild,v 1.2 2004/06/24 22:43:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.38.ebuild,v 1.3 2004/12/22 22:17:27 hanno Exp $ inherit gnome2 @@ -21,7 +21,7 @@ RDEPEND=">=x11-libs/gtk+-2.2.4 dev-libs/popt sys-libs/zlib media-libs/libpng - >=dev-libs/libsigc++-1.2 + =dev-libs/libsigc++-1.2* gnome? ( >=gnome-base/libgnomeprint-2.2 >=gnome-base/libgnomeprintui-2.2 )" |