diff options
Diffstat (limited to 'dev-ruby/redcloth/redcloth-4.1.9.ebuild')
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/redcloth/redcloth-4.1.9.ebuild b/dev-ruby/redcloth/redcloth-4.1.9.ebuild index fcf2b74f6542..ee4cfb44e683 100644 --- a/dev-ruby/redcloth/redcloth-4.1.9.ebuild +++ b/dev-ruby/redcloth/redcloth-4.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.1.9.ebuild,v 1.4 2010/02/13 20:17:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.1.9.ebuild,v 1.5 2010/05/22 14:29:25 flameeyes Exp $ inherit ruby gems @@ -14,6 +14,6 @@ SLOT="0" KEYWORDS="amd64 ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18" S=${WORKDIR}/${MY_P} |