diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-19 13:23:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-19 13:23:23 +0000 |
commit | e145cc9fd205684fdc2ab3369cc6c3f01ded6a53 (patch) | |
tree | 878edf90de83b7e2b75f9c7d89c6af1e1c92c8c6 /dev-ruby/coderay | |
parent | Stable for sparc, wrt bug #513430 (diff) | |
download | gentoo-2-e145cc9fd205684fdc2ab3369cc6c3f01ded6a53.tar.gz gentoo-2-e145cc9fd205684fdc2ab3369cc6c3f01ded6a53.tar.bz2 gentoo-2-e145cc9fd205684fdc2ab3369cc6c3f01ded6a53.zip |
Stable for sparc, wrt bug #513430
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-1.1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index 24171876090f..e944f0eb73df 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.91 2014/12/01 08:49:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.92 2014/12/19 13:23:23 ago Exp $ + + 19 Dec 2014; Agostino Sarubbo <ago@gentoo.org> coderay-1.1.0-r1.ebuild: + Stable for sparc, wrt bug #513430 01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> coderay-1.1.0-r1.ebuild: Stable for ppc64, wrt bug #513430 diff --git a/dev-ruby/coderay/coderay-1.1.0-r1.ebuild b/dev-ruby/coderay/coderay-1.1.0-r1.ebuild index 45504ff84a0d..9811a2b3dc66 100644 --- a/dev-ruby/coderay/coderay-1.1.0-r1.ebuild +++ b/dev-ruby/coderay/coderay-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r1.ebuild,v 1.11 2014/12/01 08:49:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r1.ebuild,v 1.12 2014/12/19 13:23:23 ago Exp $ EAPI=5 @@ -25,7 +25,7 @@ RUBY_S="rubychan-coderay-*" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Redcloth is optional but automagically tested, so we add this |