diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-10 20:48:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-10 20:48:16 +0000 |
commit | 7fca201a6b6c9a599e1d71592133b0c24aed5b3d (patch) | |
tree | 8a059ae152a06c912525dd9f3015711f389fec9f /dev-ruby/rcairo | |
parent | Add a bit cleaner looking EAPI2 dep.. for previous commit (diff) | |
download | gentoo-2-7fca201a6b6c9a599e1d71592133b0c24aed5b3d.tar.gz gentoo-2-7fca201a6b6c9a599e1d71592133b0c24aed5b3d.tar.bz2 gentoo-2-7fca201a6b6c9a599e1d71592133b0c24aed5b3d.zip |
Improve the EAPI2 dep, must have been brainfreeze.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rcairo')
-rw-r--r-- | dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild b/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild index ce467487b38c..77d5257cdd8d 100644 --- a/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild +++ b/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild @@ -1,6 +1,6 @@ # 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.2 2009/05/10 18:14:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild,v 1.3 2009/05/10 20:48:16 ssuominen Exp $ EAPI=2 inherit ruby @@ -17,8 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" USE_RUBY="ruby18" -RDEPEND=">=x11-libs/cairo-1.2.0 - svg? ( x11-libs/cairo[svg] )" +RDEPEND=">=x11-libs/cairo-1.2.0[svg?]" DEPEND="${RDEPEND} dev-util/pkgconfig" |