diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-08-02 09:48:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-08-02 09:48:39 +0000 |
commit | d584aba048ad8bd7f9b942a9c7923ed830766fbf (patch) | |
tree | 98cb1694b7402720335d40959a63648d03918877 /dev-ruby/rake | |
parent | sparc stable wrt bug #518094 (diff) | |
download | gentoo-2-d584aba048ad8bd7f9b942a9c7923ed830766fbf.tar.gz gentoo-2-d584aba048ad8bd7f9b942a9c7923ed830766fbf.tar.bz2 gentoo-2-d584aba048ad8bd7f9b942a9c7923ed830766fbf.zip |
sparc stable wrt bug #518094
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-ruby/rake')
-rw-r--r-- | dev-ruby/rake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rake/rake-0.9.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rake/ChangeLog b/dev-ruby/rake/ChangeLog index 18f2bad22add..157d7e992680 100644 --- a/dev-ruby/rake/ChangeLog +++ b/dev-ruby/rake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rake # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.167 2015/07/30 13:14:00 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.168 2015/08/02 09:48:39 pacho Exp $ + + 02 Aug 2015; Pacho Ramos <pacho@gentoo.org> rake-0.9.6-r1.ebuild: + sparc stable wrt bug #518094 30 Jul 2015; Tobias Klausmann <klausman@gentoo.org> rake-0.9.6-r1.ebuild: Stable on alpha, bug 518094 diff --git a/dev-ruby/rake/rake-0.9.6-r1.ebuild b/dev-ruby/rake/rake-0.9.6-r1.ebuild index 748dd00db91b..3d8c648aa2b2 100644 --- a/dev-ruby/rake/rake-0.9.6-r1.ebuild +++ b/dev-ruby/rake/rake-0.9.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.8 2015/07/30 13:14:00 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.9 2015/08/02 09:48:39 pacho Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jimweirich/rake" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" DEPEND="${DEPEND} app-arch/gzip" |