summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-04-14 17:22:48 +0000
committerHans de Graaff <graaff@gentoo.org>2009-04-14 17:22:48 +0000
commit0bb80f0cd225675d1a3581975b063e0ac08bccfc (patch)
treef6d219bba66396a642e29e402302cfb7343f6997 /dev-ruby
parentRemove old versions. (diff)
downloadgentoo-2-0bb80f0cd225675d1a3581975b063e0ac08bccfc.tar.gz
gentoo-2-0bb80f0cd225675d1a3581975b063e0ac08bccfc.tar.bz2
gentoo-2-0bb80f0cd225675d1a3581975b063e0ac08bccfc.zip
Fix deprecated use of USE_RUBY="any".
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/podcast/ChangeLog7
-rw-r--r--dev-ruby/podcast/podcast-0.0.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/podcast/ChangeLog b/dev-ruby/podcast/ChangeLog
index 9275fe162977..f3e32f52034b 100644
--- a/dev-ruby/podcast/ChangeLog
+++ b/dev-ruby/podcast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/podcast
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.3 2006/12/08 18:18:39 pclouds Exp $
+# 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 $
+
+ 14 Apr 2009; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4.ebuild:
+ Fix deprecated use of USE_RUBY="any".
08 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
podcast-0.0.4.ebuild:
diff --git a/dev-ruby/podcast/podcast-0.0.4.ebuild b/dev-ruby/podcast/podcast-0.0.4.ebuild
index 74519ccaf36d..d411d94ba25c 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-2006 Gentoo Foundation
+# 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.4 2007/07/11 05:23:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.5 2009/04/14 17:22:48 graaff Exp $
inherit ruby gems
@@ -13,5 +13,5 @@ SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""
-USE_RUBY="any"
+USE_RUBY="ruby18"
DEPEND="virtual/ruby dev-ruby/ruby-mp3info"