diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-09 13:51:44 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-09 13:51:44 +0000 |
commit | 26fc6d925ee1b3518353e29beddbad7fa620e64d (patch) | |
tree | 9eb49653f9e2b0ca9c362c94dc40c316de8a6ad5 /dev-ruby | |
parent | added prefix support (diff) | |
download | gentoo-2-26fc6d925ee1b3518353e29beddbad7fa620e64d.tar.gz gentoo-2-26fc6d925ee1b3518353e29beddbad7fa620e64d.tar.bz2 gentoo-2-26fc6d925ee1b3518353e29beddbad7fa620e64d.zip |
Stable ppc64, bug #427594
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index 270fb50fe891..724148fd12b2 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.56 2012/08/03 19:47:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.57 2012/08/09 13:51:44 blueness Exp $ + + 09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> coderay-1.0.6.ebuild: + Stable ppc64, bug #427594 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.6.ebuild: Stable for amd64, wrt bug #427594 diff --git a/dev-ruby/coderay/coderay-1.0.6.ebuild b/dev-ruby/coderay/coderay-1.0.6.ebuild index e1301210140f..bd182d9fb6e0 100644 --- a/dev-ruby/coderay/coderay-1.0.6.ebuild +++ b/dev-ruby/coderay/coderay-1.0.6.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/coderay/coderay-1.0.6.ebuild,v 1.4 2012/08/03 19:47:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild,v 1.5 2012/08/09 13:51:44 blueness Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="rubychan-coderay-*" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="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="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 |