diff options
author | Tom William Payne <twp@gentoo.org> | 2003-05-23 11:30:45 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-05-23 11:30:45 +0000 |
commit | bf7f5e8dc4b922c84a4d8f16ae831a8cf8b285d1 (patch) | |
tree | 5cdc40a9e20c51208d692266788865892ec1f2b3 /dev-ruby | |
parent | Added IUSE (diff) | |
download | gentoo-2-bf7f5e8dc4b922c84a4d8f16ae831a8cf8b285d1.tar.gz gentoo-2-bf7f5e8dc4b922c84a4d8f16ae831a8cf8b285d1.tar.bz2 gentoo-2-bf7f5e8dc4b922c84a4d8f16ae831a8cf8b285d1.zip |
Added IUSE
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/http-access2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/http-access2/http-access2-0j.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/http-access2/ChangeLog b/dev-ruby/http-access2/ChangeLog index 8f3d194404f1..13bb75db0fcb 100644 --- a/dev-ruby/http-access2/ChangeLog +++ b/dev-ruby/http-access2/ChangeLog @@ -1,9 +1,11 @@ # ChangeLog for dev-ruby/http-access2 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.1 2003/04/23 15:41:26 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.2 2003/05/23 11:30:45 twp Exp $ *http-access2-0j (23 Apr 2003) - 23 Apr 2003; Tom Payne <twp@gentoo.org> http-access2-0j.ebuild : + 23 May 2003; Tom Payne <twp@gentoo.org> http-access2-0j.ebuild : + Added IUSE. + 23 Apr 2003; Tom Payne <twp@gentoo.org> http-access2-0j.ebuild : Initial version. 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} |