diff options
Diffstat (limited to 'dev-ruby/http-access2/http-access2-0j-r1.ebuild')
-rw-r--r-- | dev-ruby/http-access2/http-access2-0j-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/http-access2/http-access2-0j-r1.ebuild b/dev-ruby/http-access2/http-access2-0j-r1.ebuild index b82d8d42e8fa..579f60c1e03c 100644 --- a/dev-ruby/http-access2/http-access2-0j-r1.ebuild +++ b/dev-ruby/http-access2/http-access2-0j-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild,v 1.5 2006/07/13 05:20:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild,v 1.6 2007/11/19 19:47:35 flameeyes Exp $ inherit ruby @@ -16,6 +16,8 @@ IUSE="" USE_RUBY="any" S=${WORKDIR}/${MY_P} +RDEPEND="!dev-ruby/httpclient" + src_unpack() { unpack ${A} cd ${S} |