diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:09:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:09:53 +0000 |
commit | bd01b4e6768150ef4149bccb3583d3549e3aa9ca (patch) | |
tree | 6dfe3f43a75c94cf075f5cb6c75ef99d23a99127 /dev-ruby/ruby-gdkpixbuf2 | |
parent | sync IUSE (+multilib), trim trailing whitespace (diff) | |
download | gentoo-2-bd01b4e6768150ef4149bccb3583d3549e3aa9ca.tar.gz gentoo-2-bd01b4e6768150ef4149bccb3583d3549e3aa9ca.tar.bz2 gentoo-2-bd01b4e6768150ef4149bccb3583d3549e3aa9ca.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.0.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.1.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.9.1.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.0.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.0.ebuild index afc14dc81cf3..0139c5673ec2 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.0.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.0.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.0.ebuild,v 1.4 2004/06/25 01:59:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.0.ebuild,v 1.5 2004/07/14 22:05:05 agriffis Exp $ inherit ruby-gnome2 DESCRIPTION="Ruby GdkPixbuf2 bindings" KEYWORDS="alpha x86 ia64" +IUSE="" DEPEND="${DEPEND} >=x11-libs/gtk+-2.0.0" RDEPEND="${RDEPEND} >=x11-libs/gtk+-2.0.0 >=dev-ruby/ruby-glib2-${PV}" diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.1.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.1.ebuild index eeb379bc510f..4e3c125756ac 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.1.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.1.ebuild,v 1.5 2004/06/29 18:14:57 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.8.1.ebuild,v 1.6 2004/07/14 22:05:05 agriffis Exp $ inherit ruby-gnome2 DESCRIPTION="Ruby GdkPixbuf2 bindings" KEYWORDS="alpha x86 ppc" +IUSE="" DEPEND="${DEPEND} >=x11-libs/gtk+-2.0.0" RDEPEND="${RDEPEND} >=x11-libs/gtk+-2.0.0 >=dev-ruby/ruby-glib2-${PV}" diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.9.1.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.9.1.ebuild index 67372b48eaca..5279c3a514f3 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.9.1.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.9.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.9.1.ebuild,v 1.6 2004/07/03 11:12:29 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.9.1.ebuild,v 1.7 2004/07/14 22:05:05 agriffis Exp $ inherit ruby ruby-gnome2 DESCRIPTION="Ruby GdkPixbuf2 bindings" KEYWORDS="alpha x86 ppc ~ia64 ~sparc ~amd64" +IUSE="" USE_RUBY="ruby16 ruby18 ruby19" DEPEND="${DEPEND} >=x11-libs/gtk+-2.0.0" RDEPEND="${RDEPEND} >=x11-libs/gtk+-2.0.0 >=dev-ruby/ruby-glib2-${PV}" |