diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-05 11:51:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-05 11:51:15 +0000 |
commit | 494b70c92f81d18c29556f0b0dc6d8d8d3dd492f (patch) | |
tree | 1196fae7e1ee4a63b481cb99166465300241ad6f /dev-ruby/coderay | |
parent | Stable for amd64, wrt bug #464366 (diff) | |
download | gentoo-2-494b70c92f81d18c29556f0b0dc6d8d8d3dd492f.tar.gz gentoo-2-494b70c92f81d18c29556f0b0dc6d8d8d3dd492f.tar.bz2 gentoo-2-494b70c92f81d18c29556f0b0dc6d8d8d3dd492f.zip |
Stable for amd64, wrt bug #464366
(Portage version: 2.1.11.55/cvs/Linux x86_64, 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.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index 9f4231cf5e4d..af98de531a9e 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.64 2013/02/28 13:50:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.65 2013/04/05 11:51:15 ago Exp $ + + 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild: + Stable for amd64, wrt bug #464366 *coderay-1.0.9 (28 Feb 2013) diff --git a/dev-ruby/coderay/coderay-1.0.9.ebuild b/dev-ruby/coderay/coderay-1.0.9.ebuild index bd5caba827e8..3ebd6e354946 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.1 2013/02/28 13:50:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.2 2013/04/05 11:51:15 ago 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 |