diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-02-16 07:51:55 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-02-16 07:51:55 +0000 |
commit | a7ba5cee62499db362227803a199c83ee646f35d (patch) | |
tree | df67b5f69640ad263a6caae88981ce0499beba3b /dev-ruby | |
parent | Add ~x64-macos for bug 305355 (diff) | |
download | historical-a7ba5cee62499db362227803a199c83ee646f35d.tar.gz historical-a7ba5cee62499db362227803a199c83ee646f35d.tar.bz2 historical-a7ba5cee62499db362227803a199c83ee646f35d.zip |
Add ~x86-linux/~x64-macos/~x86-macos for bug 305355
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'dev-ruby')
-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 6802f69d8392..d686d46d8c5c 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.9 2010/01/30 18:31:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.10 2010/02/16 07:51:54 abcd Exp $ + + 16 Feb 2010; Jonathan Callen <abcd@gentoo.org> + rake-compiler-0.7.0-r1.ebuild: + Add ~x86-linux/~x64-macos/~x86-macos for bug 305355 30 Jan 2010; Raúl Porcel <armin76@gentoo.org> rake-compiler-0.7.0.ebuild: Add ~sparc 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 b558a0b164e4..7c334b990f7f 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.1 2010/01/28 12:03:14 flameeyes Exp $ +# $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 $ 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" +KEYWORDS="~amd64 ~x86 ~x86-linux ~x64-macos ~x86-macos" SLOT="0" IUSE="" |