diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:20:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:20:12 +0000 |
commit | f485685c4e2e24036605e515f94e3faf535cc9f6 (patch) | |
tree | 6794e1c792c5c17a49b528dd68ca95b0b87974b9 /dev-ruby/soap4r | |
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/soap4r')
-rw-r--r-- | dev-ruby/soap4r/soap4r-1.5.1.2.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/soap4r/soap4r-1.5.2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/soap4r/soap4r-1.5.1.2.ebuild b/dev-ruby/soap4r/soap4r-1.5.1.2.ebuild index 1f405113e667..43f227611a24 100644 --- a/dev-ruby/soap4r/soap4r-1.5.1.2.ebuild +++ b/dev-ruby/soap4r/soap4r-1.5.1.2.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/soap4r/soap4r-1.5.1.2.ebuild,v 1.3 2004/06/25 02:04:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/soap4r/soap4r-1.5.1.2.ebuild,v 1.4 2004/07/14 22:17:05 agriffis Exp $ inherit ruby @@ -14,6 +14,7 @@ SRC_URI="http://rrr.jin.gr.jp/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="<dev-lang/ruby-1.8.1 >=dev-ruby/devel-logger-1.0.1 diff --git a/dev-ruby/soap4r/soap4r-1.5.2.ebuild b/dev-ruby/soap4r/soap4r-1.5.2.ebuild index a3dc64175151..55467d321a4a 100644 --- a/dev-ruby/soap4r/soap4r-1.5.2.ebuild +++ b/dev-ruby/soap4r/soap4r-1.5.2.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/soap4r/soap4r-1.5.2.ebuild,v 1.3 2004/06/25 02:04:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/soap4r/soap4r-1.5.2.ebuild,v 1.4 2004/07/14 22:17:05 agriffis Exp $ inherit ruby @@ -14,6 +14,7 @@ SRC_URI="http://rrr.jin.gr.jp/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" DEPEND="<dev-lang/ruby-1.8.1 >=dev-ruby/devel-logger-1.0.1 |