diff options
author | 2011-10-27 06:31:27 +0000 | |
---|---|---|
committer | 2011-10-27 06:31:27 +0000 | |
commit | c7826ac69fd181cbae2d7c62504c444cc89399be (patch) | |
tree | a2e44a862a02b99cd7887ff79a449fa596e74021 /media-gfx | |
parent | Slot gtkspell dependency to 2 in preparation for gtkspell-3. (diff) | |
download | gentoo-2-c7826ac69fd181cbae2d7c62504c444cc89399be.tar.gz gentoo-2-c7826ac69fd181cbae2d7c62504c444cc89399be.tar.bz2 gentoo-2-c7826ac69fd181cbae2d7c62504c444cc89399be.zip |
Slot gtkspell dependency to 2 in preparation for gtkspell-3.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.48.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog index 5930f29e4f79..7b4121672f0e 100644 --- a/media-gfx/inkscape/ChangeLog +++ b/media-gfx/inkscape/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/inkscape # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.170 2011/10/21 16:56:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.171 2011/10/27 06:31:27 tetromino Exp $ + + 27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + inkscape-0.48.2.ebuild: + Slot gtkspell dependency to 2 in preparation for gtkspell-3. 21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -inkscape-0.47.ebuild, -files/inkscape-0.47-gcc45.patch, -files/inkscape-0.47-poppler.patch, diff --git a/media-gfx/inkscape/inkscape-0.48.2.ebuild b/media-gfx/inkscape/inkscape-0.48.2.ebuild index cbecd8d78806..63f459cf8d7c 100644 --- a/media-gfx/inkscape/inkscape-0.48.2.ebuild +++ b/media-gfx/inkscape/inkscape-0.48.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.9 2011/10/21 16:47:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.10 2011/10/27 06:31:27 tetromino Exp $ EAPI=4 inherit eutils flag-o-matic autotools gnome2 @@ -45,7 +45,7 @@ COMMON_DEPEND=" lcms? ( media-libs/lcms:0 ) spell? ( app-text/aspell - app-text/gtkspell + app-text/gtkspell:2 )" # These only use executables provided by these packages |