diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-05 09:20:53 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-05 09:20:53 +0000 |
commit | de5cfaea219c1daa3f0c8f92569c16bb2cf2c3d1 (patch) | |
tree | cf5e222abcb8fab6617c5d90ed61b265616040b1 /media-libs/babl/babl-0.1.4.ebuild | |
parent | Add version 0.60.3 (diff) | |
download | gentoo-2-de5cfaea219c1daa3f0c8f92569c16bb2cf2c3d1.tar.gz gentoo-2-de5cfaea219c1daa3f0c8f92569c16bb2cf2c3d1.tar.bz2 gentoo-2-de5cfaea219c1daa3f0c8f92569c16bb2cf2c3d1.zip |
After a bit more investigation drop rsvg dep.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/babl/babl-0.1.4.ebuild')
-rw-r--r-- | media-libs/babl/babl-0.1.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/babl/babl-0.1.4.ebuild b/media-libs/babl/babl-0.1.4.ebuild index 89efc3e44932..d618bb6e3ff4 100644 --- a/media-libs/babl/babl-0.1.4.ebuild +++ b/media-libs/babl/babl-0.1.4.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-libs/babl/babl-0.1.4.ebuild,v 1.5 2011/04/04 19:52:01 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.6 2011/04/05 09:20:53 scarabeus Exp $ EAPI=3 @@ -13,12 +13,12 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="altivec +introspection sse mmx" -RDEPEND="gnome-base/librsvg:2 - introspection? ( >=dev-libs/gobject-introspection-0.6.8 )" +RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )" DEPEND="${RDEPEND}" src_configure() { - # Automagic rsvg support for docs so make it harddep + # Automagic rsvg support is just for website generation we do not call, + # so we don't need to fix it # w3m is used for dist target thus no issue for us that it is automagically # detected econf \ |