diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-03-08 11:23:33 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-03-08 11:23:33 +0000 |
commit | ba86ba57a48ea632003c41bb06fd5b666f1e802b (patch) | |
tree | c708af02fd2b270916350e381657d99c4eef48b3 /dev-ruby | |
parent | x86 stable per bug 356549 (diff) | |
download | gentoo-2-ba86ba57a48ea632003c41bb06fd5b666f1e802b.tar.gz gentoo-2-ba86ba57a48ea632003c41bb06fd5b666f1e802b.tar.bz2 gentoo-2-ba86ba57a48ea632003c41bb06fd5b666f1e802b.zip |
x86 stable per bug 357489
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rake-compiler/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rake-compiler/ChangeLog b/dev-ruby/rake-compiler/ChangeLog index 3235941bff79..71b9a8cfd8da 100644 --- a/dev-ruby/rake-compiler/ChangeLog +++ b/dev-ruby/rake-compiler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rake-compiler # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.32 2011/03/08 10:20:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.33 2011/03/08 11:23:33 tomka Exp $ + + 08 Mar 2011; Thomas Kahle <tomka@gentoo.org> rake-compiler-0.7.5.ebuild: + x86 stable per bug 357489 08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> rake-compiler-0.7.5.ebuild: diff --git a/dev-ruby/rake-compiler/rake-compiler-0.7.5.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.7.5.ebuild index 06ba683cf9d8..764e8a36e670 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.7.5.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.7.5.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/rake-compiler/rake-compiler-0.7.5.ebuild,v 1.4 2011/03/08 10:20:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.5.ebuild,v 1.5 2011/03/08 11:23:33 tomka Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -19,7 +19,7 @@ LICENSE="as-is" # truly SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" S="${WORKDIR}/luislavena-${PN}-*" -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" SLOT="0" IUSE="" |