diff options
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-tcpwrap/ChangeLog b/dev-ruby/ruby-tcpwrap/ChangeLog index bb84b70ca08d..e6b5afeb0340 100644 --- a/dev-ruby/ruby-tcpwrap/ChangeLog +++ b/dev-ruby/ruby-tcpwrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-tcpwrap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.14 2009/07/14 17:26:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.15 2009/12/24 17:22:02 graaff Exp $ + + 24 Dec 2009; Hans de Graaff <graaff@gentoo.org> ruby-tcpwrap-0.6.ebuild: + Remove obsolete virtual/ruby dependency. 14 Jul 2009; Hans de Graaff <graaff@gentoo.org> ruby-tcpwrap-0.6.ebuild: Remove ruby19 keyword: not compatible. See bug 276647, thanks to Kevin 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} |