diff options
author | 2012-09-29 04:20:21 +0000 | |
---|---|---|
committer | 2012-09-29 04:20:21 +0000 | |
commit | 728124cb066ef70763af7d39d06ef11aa38a8aa5 (patch) | |
tree | 287bd019fe619ac038c659def7234736aa51d246 /dev-ruby/rake | |
parent | stable ppc, bug #429192 (diff) | |
download | gentoo-2-728124cb066ef70763af7d39d06ef11aa38a8aa5.tar.gz gentoo-2-728124cb066ef70763af7d39d06ef11aa38a8aa5.tar.bz2 gentoo-2-728124cb066ef70763af7d39d06ef11aa38a8aa5.zip |
stable ppc, bug #435100
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rake')
-rw-r--r-- | dev-ruby/rake/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rake/rake-0.9.2.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ruby/rake/ChangeLog b/dev-ruby/rake/ChangeLog index c6711e81cf0e..9667a0bd8e04 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.128 2012/09/18 08:44:17 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.129 2012/09/29 04:20:21 blueness Exp $ + + 29 Sep 2012; Anthony G. Basile <blueness@gentoo.org> rake-0.9.2.2.ebuild: + stable ppc, bug #435100 18 Sep 2012; Johannes Huber <johu@gentoo.org> rake-0.9.2.2.ebuild: Stable for x86, wrt bug #435100 @@ -487,4 +490,3 @@ +rake-0.4.4.ebuild: Initial import. Ebuild submitted by awk <glawk01@awks.org>, closing bug #59040. - diff --git a/dev-ruby/rake/rake-0.9.2.2.ebuild b/dev-ruby/rake/rake-0.9.2.2.ebuild index b7db5b018583..c525b6a64ab7 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.10 2012/09/18 08:44:17 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild,v 1.11 2012/09/29 04:20:21 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 ~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" +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" |