diff options
author | 2011-03-08 10:36:32 +0000 | |
---|---|---|
committer | 2011-03-08 10:36:32 +0000 | |
commit | 8c0245ea73e8306159ebe8dda53bf02d8b1f1177 (patch) | |
tree | f2a53449b83c9cbc295e89a53e5092548e118998 /dev-ruby | |
parent | Stable on amd64 wrt bug #352092 (diff) | |
download | gentoo-2-8c0245ea73e8306159ebe8dda53bf02d8b1f1177.tar.gz gentoo-2-8c0245ea73e8306159ebe8dda53bf02d8b1f1177.tar.bz2 gentoo-2-8c0245ea73e8306159ebe8dda53bf02d8b1f1177.zip |
Stable on amd64 wrt bug #357491
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/highline/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/highline/highline-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/highline/ChangeLog b/dev-ruby/highline/ChangeLog index bc84cbab4eca..7b4249679e16 100644 --- a/dev-ruby/highline/ChangeLog +++ b/dev-ruby/highline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/highline # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.45 2011/03/08 09:54:21 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.46 2011/03/08 10:36:32 hwoarang Exp $ + + 08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> highline-1.6.1.ebuild: + Stable on amd64 wrt bug #357491 08 Mar 2011; Thomas Kahle <tomka@gentoo.org> highline-1.6.1.ebuild: x86 stable per bug 357491 diff --git a/dev-ruby/highline/highline-1.6.1.ebuild b/dev-ruby/highline/highline-1.6.1.ebuild index 0813a356d5af..b0dabea1461f 100644 --- a/dev-ruby/highline/highline-1.6.1.ebuild +++ b/dev-ruby/highline/highline-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.1.ebuild,v 1.5 2011/03/08 09:54:21 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.1.ebuild,v 1.6 2011/03/08 10:36:32 hwoarang Exp $ EAPI=2 @@ -17,7 +17,7 @@ HOMEPAGE="http://rubyforge.org/projects/highline/" IUSE="" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" all_ruby_prepare() { sed -i -e '/AUTHORS/s:^:#:' Rakefile || die "Fixing the Rakefile failed" |