diff options
-rw-r--r-- | dev-ruby/rake-compiler/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/rake-compiler/ChangeLog b/dev-ruby/rake-compiler/ChangeLog index d686d46d8c5c..26866818f743 100644 --- a/dev-ruby/rake-compiler/ChangeLog +++ b/dev-ruby/rake-compiler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rake-compiler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.10 2010/02/16 07:51:54 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.11 2010/02/21 00:31:27 abcd Exp $ + + 21 Feb 2010; Jonathan Callen <abcd@gentoo.org> + rake-compiler-0.7.0-r1.ebuild: + Transfer prefix keywords (no other changes) 16 Feb 2010; Jonathan Callen <abcd@gentoo.org> rake-compiler-0.7.0-r1.ebuild: diff --git a/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild index 7c334b990f7f..072e5d488b84 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.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/rake-compiler/rake-compiler-0.7.0-r1.ebuild,v 1.2 2010/02/16 07:51:55 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild,v 1.3 2010/02/21 00:31:27 abcd Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -21,7 +21,7 @@ LICENSE="as-is" # truly SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" S="${WORKDIR}/luislavena-${PN}-2834041" -KEYWORDS="~amd64 ~x86 ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" SLOT="0" IUSE="" |