diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-09 14:35:53 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-09 14:35:53 +0000 |
commit | ebfafcd14e7548b4ded67bd58a84fc31e0aec5f7 (patch) | |
tree | 47dfc0b49e80f43cbae4f66a34cad9d9bbfa6f39 /dev-ruby/coderay | |
parent | Remove intltool.m4 to update it. #428540 (diff) | |
download | historical-ebfafcd14e7548b4ded67bd58a84fc31e0aec5f7.tar.gz historical-ebfafcd14e7548b4ded67bd58a84fc31e0aec5f7.tar.bz2 historical-ebfafcd14e7548b4ded67bd58a84fc31e0aec5f7.zip |
Stable ppc, bug #427594
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/coderay')
-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 724148fd12b2..eb09ae54f403 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.57 2012/08/09 13:51:44 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.58 2012/08/09 14:35:53 blueness Exp $ + + 09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> coderay-1.0.6.ebuild: + Stable ppc, bug #427594 09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> coderay-1.0.6.ebuild: Stable ppc64, bug #427594 diff --git a/dev-ruby/coderay/coderay-1.0.6.ebuild b/dev-ruby/coderay/coderay-1.0.6.ebuild index bd182d9fb6e0..6e707112bf6e 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.5 2012/08/09 13:51:44 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild,v 1.6 2012/08/09 14:35:53 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 |