diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-12-24 17:22:02 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-12-24 17:22:02 +0000 |
commit | 072a8df5091a708e8d406aea39ee576f7af4d865 (patch) | |
tree | 60eb16bfdf86ac21d80143c6744f722962684ae2 /dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | |
parent | amd64 stable, bug 296676 (diff) | |
download | gentoo-2-072a8df5091a708e8d406aea39ee576f7af4d865.tar.gz gentoo-2-072a8df5091a708e8d406aea39ee576f7af4d865.tar.bz2 gentoo-2-072a8df5091a708e8d406aea39ee576f7af4d865.zip |
Remove obsolete virtual/ruby dependency.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild')
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild index bf72ce29d8cd..8f3f0b8271aa 100644 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild +++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.6.ebuild,v 1.14 2009/07/14 17:26:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild,v 1.15 2009/12/24 17:22:02 graaff Exp $ inherit ruby @@ -15,9 +15,10 @@ SLOT="0" USE_RUBY="ruby18" KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86" -DEPEND="virtual/ruby +DEPEND=" net-libs/libident sys-apps/tcp-wrappers" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |