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/ruby-tcpwrap | |
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/ruby-tcpwrap')
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild index 53f2576307c0..b320d4fb0e26 100644 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild +++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.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/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild,v 1.5 2004/06/25 02:03:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild,v 1.6 2004/07/14 22:16:15 agriffis Exp $ DESCRIPTION="A TCP wrappers library for Ruby" HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=ruby-tcpwrap" @@ -8,6 +8,7 @@ SRC_URI="http://shugo.net/archive/ruby-tcpwrap/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~hppa ~mips ~sparc x86" +IUSE="" DEPEND="virtual/ruby net-libs/libident sys-apps/tcp-wrappers" |