diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-12-20 13:53:21 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-12-20 13:53:21 +0000 |
commit | c921da444eeebca8c316c42a6b66cda33b7f1cc2 (patch) | |
tree | a400780e71b3484150c13d04559750023cac21b2 /dev-ruby/podcast | |
parent | gimp bump (diff) | |
download | historical-c921da444eeebca8c316c42a6b66cda33b7f1cc2.tar.gz historical-c921da444eeebca8c316c42a6b66cda33b7f1cc2.tar.bz2 historical-c921da444eeebca8c316c42a6b66cda33b7f1cc2.zip |
Remove obsolete virtual/ruby dependency.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/podcast')
-rw-r--r-- | dev-ruby/podcast/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/podcast/podcast-0.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/podcast/ChangeLog b/dev-ruby/podcast/ChangeLog index f3e32f52034b..06a41107b402 100644 --- a/dev-ruby/podcast/ChangeLog +++ b/dev-ruby/podcast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/podcast # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.4 2009/04/14 17:22:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.5 2009/12/20 13:47:30 graaff Exp $ + + 20 Dec 2009; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4.ebuild: + Remove obsolete virtual/ruby dependency. 14 Apr 2009; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4.ebuild: Fix deprecated use of USE_RUBY="any". diff --git a/dev-ruby/podcast/podcast-0.0.4.ebuild b/dev-ruby/podcast/podcast-0.0.4.ebuild index d411d94ba25c..66b92664abf7 100644 --- a/dev-ruby/podcast/podcast-0.0.4.ebuild +++ b/dev-ruby/podcast/podcast-0.0.4.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/podcast/podcast-0.0.4.ebuild,v 1.5 2009/04/14 17:22:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.6 2009/12/20 13:47:30 graaff Exp $ inherit ruby gems @@ -14,4 +14,4 @@ KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" USE_RUBY="ruby18" -DEPEND="virtual/ruby dev-ruby/ruby-mp3info" +DEPEND="dev-ruby/ruby-mp3info" |