diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-02-16 07:51:55 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-02-16 07:51:55 +0000 |
commit | 8aee89560275520a79456b5d5ab89b9d5c9362cd (patch) | |
tree | 7e59c7ce16aeabe636fb52dff0cf20485189c310 /dev-ruby/rake-compiler | |
parent | Add ~x64-macos for bug 305355 (diff) | |
download | gentoo-2-8aee89560275520a79456b5d5ab89b9d5c9362cd.tar.gz gentoo-2-8aee89560275520a79456b5d5ab89b9d5c9362cd.tar.bz2 gentoo-2-8aee89560275520a79456b5d5ab89b9d5c9362cd.zip |
Add ~x86-linux/~x64-macos/~x86-macos for bug 305355
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/rake-compiler')
-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="" |