diff options
Diffstat (limited to 'dev-ruby/amatch/amatch-0.2.3.ebuild')
-rw-r--r-- | dev-ruby/amatch/amatch-0.2.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/amatch/amatch-0.2.3.ebuild b/dev-ruby/amatch/amatch-0.2.3.ebuild index 6c6c98e3893b..6fa1bce1c2a3 100644 --- a/dev-ruby/amatch/amatch-0.2.3.ebuild +++ b/dev-ruby/amatch/amatch-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.3.ebuild,v 1.4 2009/10/05 15:45:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.3.ebuild,v 1.5 2010/08/07 14:31:34 graaff Exp $ inherit ruby @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ia64 ~ppc ppc64 x86" IUSE="" -DEPEND="virtual/ruby" +DEPEND="dev-lang/ruby" src_compile() { ruby install.rb config || die 'install.rb config failed' |