diff options
author | Marc Hildebrand <zypher@gentoo.org> | 2004-02-19 10:14:00 +0000 |
---|---|---|
committer | Marc Hildebrand <zypher@gentoo.org> | 2004-02-19 10:14:00 +0000 |
commit | 3dcbdd1abac9980c079b694a22fc818f47b01d8a (patch) | |
tree | a467c0aa85cda5ae956c83fde7460265ebdb1199 /media-gfx | |
parent | Added the patch for the mremap/munmap vulnerability. Bug #42024. (Manifest re... (diff) | |
download | gentoo-2-3dcbdd1abac9980c079b694a22fc818f47b01d8a.tar.gz gentoo-2-3dcbdd1abac9980c079b694a22fc818f47b01d8a.tar.bz2 gentoo-2-3dcbdd1abac9980c079b694a22fc818f47b01d8a.zip |
'nother cleanup...
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/inkscape-0.37.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/inkscape/inkscape-0.37.ebuild b/media-gfx/inkscape/inkscape-0.37.ebuild index 9c0c47e398ad..0894d6a45ead 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 Technologies, Inc. # 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.2 2004/02/18 19:37:32 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.37.ebuild,v 1.3 2004/02/19 10:14:00 zypher Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.inkscape.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" -LICENSE="GPL-2 LGPL-2" +LICENSE="GPL-2 LGPL-2.1" KEYWORDS="~x86 ~ppc" IUSE="gnome mmx" @@ -31,5 +31,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.29" G2CONF="${G2CONF} --with-xft --with-popt" +use mmx || G2CONF="${G2CONF} --disable-mmx" +use gnome && G2CONF="${G2CONF} --with-gnome-print" DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README" |