diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-11 12:14:55 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-11 12:14:55 +0000 |
commit | 4376822cc50a572a59613d769c9c99f61f22148a (patch) | |
tree | 2ac1076c5f56632fd1cc44e04b4a538aff40cb62 /dev-ruby | |
parent | Stable for HPPA (bug #464160). (diff) | |
download | gentoo-2-4376822cc50a572a59613d769c9c99f61f22148a.tar.gz gentoo-2-4376822cc50a572a59613d769c9c99f61f22148a.tar.bz2 gentoo-2-4376822cc50a572a59613d769c9c99f61f22148a.zip |
Stable for HPPA (bug #464366).
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-1.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index fe61a509a335..c3af61938518 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.68 2013/04/05 18:24:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.69 2013/04/11 12:14:55 jer Exp $ + + 11 Apr 2013; Jeroen Roovers <jer@gentoo.org> coderay-1.0.9.ebuild: + Stable for HPPA (bug #464366). 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild: Stable for ppc64, wrt bug #464366 diff --git a/dev-ruby/coderay/coderay-1.0.9.ebuild b/dev-ruby/coderay/coderay-1.0.9.ebuild index d0e4b9f6745c..902236c8cc7f 100644 --- a/dev-ruby/coderay/coderay-1.0.9.ebuild +++ b/dev-ruby/coderay/coderay-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.5 2013/04/05 18:24:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.6 2013/04/11 12:14:55 jer Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="rubychan-coderay-*" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~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 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 |