diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-04 10:06:47 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-04 10:06:47 +0000 |
commit | cbb81cc924b47ddfca1cd8456e4a59ffb9782274 (patch) | |
tree | f2889bfa210a788b87e5add066dbb00ea3f6f035 /media-gfx/inkscape | |
parent | Fix parallel build wrt bug 311919. Thanks to Myckel Habets <m.e.j.habets@biol... (diff) | |
download | gentoo-2-cbb81cc924b47ddfca1cd8456e4a59ffb9782274.tar.gz gentoo-2-cbb81cc924b47ddfca1cd8456e4a59ffb9782274.tar.bz2 gentoo-2-cbb81cc924b47ddfca1cd8456e4a59ffb9782274.zip |
x86 stable wrt bug #343371
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r-- | media-gfx/inkscape/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.48.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog index 70da3f263643..f1dc8de0fc67 100644 --- a/media-gfx/inkscape/ChangeLog +++ b/media-gfx/inkscape/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/inkscape # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.146 2010/10/31 13:08:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.147 2010/11/04 10:06:47 phajdan.jr Exp $ + + 04 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + inkscape-0.48.0.ebuild: + x86 stable wrt bug #343371 31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> inkscape-0.48.0.ebuild: Stable on amd64 wrt bug #343371 diff --git a/media-gfx/inkscape/inkscape-0.48.0.ebuild b/media-gfx/inkscape/inkscape-0.48.0.ebuild index 56c0fdacfda8..552bc31be6a4 100644 --- a/media-gfx/inkscape/inkscape-0.48.0.ebuild +++ b/media-gfx/inkscape/inkscape-0.48.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.0.ebuild,v 1.4 2010/10/31 13:08:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.0.ebuild,v 1.5 2010/11/04 10:06:47 phajdan.jr Exp $ EAPI=2 inherit eutils flag-o-matic autotools gnome2 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.inkscape.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="dia gnome gs inkjar lcms nls spell wmf" RESTRICT="test" |