diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 23:07:05 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 23:07:05 +0000 |
commit | 9122c7198e6905b4695d452760097c23c9eef9b6 (patch) | |
tree | c1582ee160cb32a826da5dada522c960a6727256 /dev-ruby/soap4r | |
parent | Changed `gtk2' to just `gtk' (thanks Spider!) (diff) | |
download | gentoo-2-9122c7198e6905b4695d452760097c23c9eef9b6.tar.gz gentoo-2-9122c7198e6905b4695d452760097c23c9eef9b6.tar.bz2 gentoo-2-9122c7198e6905b4695d452760097c23c9eef9b6.zip |
repoman fixes
Diffstat (limited to 'dev-ruby/soap4r')
-rw-r--r-- | dev-ruby/soap4r/soap4r-1.4.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/soap4r/soap4r-1.4.8.1.ebuild b/dev-ruby/soap4r/soap4r-1.4.8.1.ebuild index d5626ffef206..2971160ad14c 100644 --- a/dev-ruby/soap4r/soap4r-1.4.8.1.ebuild +++ b/dev-ruby/soap4r/soap4r-1.4.8.1.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/soap4r/soap4r-1.4.8.1.ebuild,v 1.2 2003/04/24 10:23:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/soap4r/soap4r-1.4.8.1.ebuild,v 1.3 2003/07/12 23:07:05 aliz Exp $ MY_PV=${PV//./_} MY_P=${PN}-${MY_PV} @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND=">=dev-lang/ruby-1.8 +DEPEND=">=dev-lang/ruby-1.8.0_pre* >=dev-ruby/devel-logger-1.0.1 >=dev-ruby/http-access2-0j >=dev-ruby/rexml-2.5.3 |