diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-18 02:17:38 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-18 02:17:38 +0000 |
commit | 56cdcb4584d0b7a7396695f6e218a56bcca8f665 (patch) | |
tree | 27e80902dd6306896a075c41c6ad7a1036e28142 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-56cdcb4584d0b7a7396695f6e218a56bcca8f665.tar.gz gentoo-2-56cdcb4584d0b7a7396695f6e218a56bcca8f665.tar.bz2 gentoo-2-56cdcb4584d0b7a7396695f6e218a56bcca8f665.zip |
Keyword ~mips
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rake/rake-0.9.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rake/ChangeLog b/dev-ruby/rake/ChangeLog index b5194071afd4..d282e07a25e0 100644 --- a/dev-ruby/rake/ChangeLog +++ b/dev-ruby/rake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rake # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.122 2012/07/13 06:09:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.123 2012/07/18 02:17:38 blueness Exp $ + + 18 Jul 2012; Anthony G. Basile <blueness@gentoo.org> rake-0.9.2.2.ebuild: + Keyword ~mips 13 Jul 2012; Hans de Graaff <graaff@gentoo.org> rake-0.9.2.2.ebuild: Don't manipulate the include path for tests since the rake tasks already diff --git a/dev-ruby/rake/rake-0.9.2.2.ebuild b/dev-ruby/rake/rake-0.9.2.2.ebuild index 56c73b9ea092..0fbf20a2b084 100644 --- a/dev-ruby/rake/rake-0.9.2.2.ebuild +++ b/dev-ruby/rake/rake-0.9.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild,v 1.6 2012/07/13 06:09:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild,v 1.7 2012/07/18 02:17:38 blueness Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://rake.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bash-completion doc" DEPEND="${DEPEND} app-arch/gzip" |