diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:04:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:04:40 +0000 |
commit | afeb0316b0a5dd6bf3d5dc5609dbdb509ef87dcb (patch) | |
tree | f2408a96fe66d5a78ecbb036b26ac874b43bb623 /dev-ruby/ri | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | gentoo-2-afeb0316b0a5dd6bf3d5dc5609dbdb509ef87dcb.tar.gz gentoo-2-afeb0316b0a5dd6bf3d5dc5609dbdb509ef87dcb.tar.bz2 gentoo-2-afeb0316b0a5dd6bf3d5dc5609dbdb509ef87dcb.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-ruby/ri')
-rw-r--r-- | dev-ruby/ri/ri-0.8a.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/ri/ri-1.8b.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/ri/ri-0.8a.ebuild b/dev-ruby/ri/ri-0.8a.ebuild index 7e73b5494b3f..43080e5f7145 100644 --- a/dev-ruby/ri/ri-0.8a.ebuild +++ b/dev-ruby/ri/ri-0.8a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.8a.ebuild,v 1.10 2004/06/25 01:56:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.8a.ebuild,v 1.11 2004/07/14 22:00:29 agriffis Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Ruby Interactive reference" @@ -10,6 +10,7 @@ SRC_URI="http://www.pragmaticprogrammer.com/ruby/downloads/files/${P}.tgz" SLOT="0" LICENSE="Ruby" KEYWORDS="x86 alpha" +IUSE="" DEPEND="=dev-lang/ruby-1.6*" diff --git a/dev-ruby/ri/ri-1.8b.ebuild b/dev-ruby/ri/ri-1.8b.ebuild index 14fdf0eebd45..af56f3ce3f6f 100644 --- a/dev-ruby/ri/ri-1.8b.ebuild +++ b/dev-ruby/ri/ri-1.8b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-1.8b.ebuild,v 1.7 2004/06/25 01:56:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-1.8b.ebuild,v 1.8 2004/07/14 22:00:29 agriffis Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Ruby Interactive reference" @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/rdoc/${P}.tgz" SLOT="0" LICENSE="Ruby" KEYWORDS="alpha hppa mips sparc x86 ~ppc" +IUSE="" DEPEND=">=dev-lang/ruby-1.6.2" |