diff options
author | 2004-07-14 22:20:12 +0000 | |
---|---|---|
committer | 2004-07-14 22:20:12 +0000 | |
commit | f485685c4e2e24036605e515f94e3faf535cc9f6 (patch) | |
tree | 6794e1c792c5c17a49b528dd68ca95b0b87974b9 /dev-ruby/ri/ri-0.8a.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-f485685c4e2e24036605e515f94e3faf535cc9f6.tar.gz historical-f485685c4e2e24036605e515f94e3faf535cc9f6.tar.bz2 historical-f485685c4e2e24036605e515f94e3faf535cc9f6.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-ruby/ri/ri-0.8a.ebuild')
-rw-r--r-- | dev-ruby/ri/ri-0.8a.ebuild | 3 |
1 files changed, 2 insertions, 1 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*" |