diff options
author | Mart Raudsepp <leio@gentoo.org> | 2006-10-13 15:01:01 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2006-10-13 15:01:01 +0000 |
commit | dda65e3d0591827c47b4c65eeac8dcf77051660b (patch) | |
tree | 0d5ad42cc5dc0c81589a108e610da051ff68f43e /gnome-base/librsvg | |
parent | Added missing pkgconfig dep, bug #150278. (diff) | |
download | gentoo-2-dda65e3d0591827c47b4c65eeac8dcf77051660b.tar.gz gentoo-2-dda65e3d0591827c47b4c65eeac8dcf77051660b.tar.bz2 gentoo-2-dda65e3d0591827c47b4c65eeac8dcf77051660b.zip |
Remove print USE flag, eog may be used for SVG printing instead
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'gnome-base/librsvg')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.16.0.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index 781f6dac8450..50a70e9f69de 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/librsvg # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.115 2006/09/15 21:16:15 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.116 2006/10/13 15:01:01 leio Exp $ + + 13 Oct 2006; Mart Raudsepp <leio@gentoo.org> librsvg-2.16.0.ebuild: + Remove print USE flag, eog may be used for SVG printing instead 15 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> librsvg-2.16.0.ebuild: Mips gone diff --git a/gnome-base/librsvg/librsvg-2.16.0.ebuild b/gnome-base/librsvg/librsvg-2.16.0.ebuild index bb9fa90aa2e5..1245902c01cb 100644 --- a/gnome-base/librsvg/librsvg-2.16.0.ebuild +++ b/gnome-base/librsvg/librsvg-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.16.0.ebuild,v 1.2 2006/09/15 21:16:15 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.16.0.ebuild,v 1.3 2006/10/13 15:01:01 leio Exp $ inherit multilib gnome2 eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://librsvg.sourceforge.net/" LICENSE="LGPL-2" SLOT="2" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc gnome print zlib" +IUSE="doc gnome zlib" RDEPEND=">=media-libs/fontconfig-1.0.1 >=x11-libs/gtk+-2.6 @@ -21,10 +21,6 @@ RDEPEND=">=media-libs/fontconfig-1.0.1 >=dev-libs/libcroco-0.6.1 >=media-libs/freetype-2 gnome? ( >=gnome-base/gnome-vfs-2 ) - print? ( - >=gnome-base/libgnomeprint-2.2.0 - >=gnome-base/libgnomeprintui-2.2.0 - ) zlib? ( >=gnome-extra/libgsf-1.6 )" DEPEND="${RDEPEND} @@ -42,8 +38,8 @@ set_gtk_confdir() { pkg_setup() { G2CONF="--enable-gtk-theme --enable-pixbuf-loader \ --disable-mozilla-plugin --with-croco \ + --disable-gnome-print \ $(use_enable gnome gnome-vfs) \ - $(use_enable print gnome-print) \ $(use_with zlib svgz)" if ! built_with_use x11-libs/cairo png; then |