diff options
Diffstat (limited to 'dev-ruby/http-access2/http-access2-0j.ebuild')
-rw-r--r-- | dev-ruby/http-access2/http-access2-0j.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/http-access2/http-access2-0j.ebuild b/dev-ruby/http-access2/http-access2-0j.ebuild index 308d359bfdcf..306b546d33a4 100644 --- a/dev-ruby/http-access2/http-access2-0j.ebuild +++ b/dev-ruby/http-access2/http-access2-0j.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j.ebuild,v 1.1 2003/04/23 15:41:26 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j.ebuild,v 1.2 2003/05/23 11:30:45 twp Exp $ MY_PV=`echo ${PV} | tr -d 0` MY_P=${PN}-${MY_PV} @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/contrib/${MY_P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND=">=dev-lang/ruby-1.6" S=${WORKDIR}/${MY_P} |