diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-10 18:14:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-10 18:14:01 +0000 |
commit | 4c23766d6189d91db78811794dbf80731583909b (patch) | |
tree | f1888f81f131999f3f115d4a3ccc9d10beb0638b /dev-ruby/rcairo | |
parent | old (diff) | |
download | gentoo-2-4c23766d6189d91db78811794dbf80731583909b.tar.gz gentoo-2-4c23766d6189d91db78811794dbf80731583909b.tar.bz2 gentoo-2-4c23766d6189d91db78811794dbf80731583909b.zip |
USE flag svg wrt #250226, thanks to Diego E. Pettenò for reporting.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rcairo')
-rw-r--r-- | dev-ruby/rcairo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-ruby/rcairo/ChangeLog b/dev-ruby/rcairo/ChangeLog index 4e80da613f5d..027f378fce75 100644 --- a/dev-ruby/rcairo/ChangeLog +++ b/dev-ruby/rcairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rcairo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.28 2009/05/03 19:59:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.29 2009/05/10 18:14:01 ssuominen Exp $ + + 10 May 2009; Samuli Suominen <ssuominen@gentoo.org> + rcairo-1.8.0-r1.ebuild: + USE flag svg wrt #250226, thanks to Diego E. Pettenò for reporting. *rcairo-1.8.0-r1 (03 May 2009) diff --git a/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild b/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild index fc352b3b18d9..ce467487b38c 100644 --- a/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild +++ b/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild,v 1.1 2009/05/03 19:59:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild,v 1.2 2009/05/10 18:14:01 ssuominen Exp $ +EAPI=2 inherit ruby -IUSE="" +IUSE="svg" DESCRIPTION="Ruby bindings for cairo" HOMEPAGE="http://cairographics.org/rcairo/" @@ -16,7 +17,8 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" USE_RUBY="ruby18" -RDEPEND=">=x11-libs/cairo-1.2.0" +RDEPEND=">=x11-libs/cairo-1.2.0 + svg? ( x11-libs/cairo[svg] )" DEPEND="${RDEPEND} dev-util/pkgconfig" |