diff options
Diffstat (limited to 'dev-ruby/highline/highline-1.5.2.ebuild')
-rw-r--r-- | dev-ruby/highline/highline-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/highline/highline-1.5.2.ebuild b/dev-ruby/highline/highline-1.5.2.ebuild index 578954d0bba5..0482a3ebfc5e 100644 --- a/dev-ruby/highline/highline-1.5.2.ebuild +++ b/dev-ruby/highline/highline-1.5.2.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/highline/highline-1.5.2.ebuild,v 1.4 2010/05/11 12:50:39 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.5.2.ebuild,v 1.5 2010/05/19 19:46:36 armin76 Exp $ EAPI=2 @@ -17,7 +17,7 @@ HOMEPAGE="http://rubyforge.org/projects/highline/" IUSE="" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" all_ruby_prepare() { sed -i -e '/AUTHORS/s:^:#:' Rakefile || die "Fixing the Rakefile failed" |