diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2011-07-17 18:21:47 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2011-07-17 18:21:47 +0000 |
commit | b437e31e6486fd5528f9af3a9b60cb97ca0fef29 (patch) | |
tree | 5ee09ecad7a591e098da85af6fd156b44596ec27 /dev-ruby/rake-compiler | |
parent | Initial import, from Emacs overlay. Bug 333753. (diff) | |
download | gentoo-2-b437e31e6486fd5528f9af3a9b60cb97ca0fef29.tar.gz gentoo-2-b437e31e6486fd5528f9af3a9b60cb97ca0fef29.tar.bz2 gentoo-2-b437e31e6486fd5528f9af3a9b60cb97ca0fef29.zip |
Stable for ppc64; bug #357489
(Portage version: 2.1.10.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby/rake-compiler')
-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 7f890f3e1121..e68bb47bcb60 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.39 2011/06/08 18:27:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.40 2011/07/17 18:21:47 halcy0n Exp $ + + 17 Jul 2011; Mark Loeser <halcy0n@gentoo.org> rake-compiler-0.7.5.ebuild: + Stable for ppc64; bug #357489 08 Jun 2011; Hans de Graaff <graaff@gentoo.org> -rake-compiler-0.7.6.ebuild, -rake-compiler-0.7.7.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 0a1939bcc61c..b802970f8416 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.8 2011/04/16 17:40:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.5.ebuild,v 1.9 2011/07/17 18:21:47 halcy0n 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="" |