diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-09 10:13:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-09 10:13:49 +0000 |
commit | 2d459b958f2e0ed03296b58b0f0e618237a1faf9 (patch) | |
tree | 7298d616f80a7b1ac153ed35abb6fa9a0440287f | |
parent | Stable for HPPA (bug #513430). (diff) | |
download | gentoo-2-2d459b958f2e0ed03296b58b0f0e618237a1faf9.tar.gz gentoo-2-2d459b958f2e0ed03296b58b0f0e618237a1faf9.tar.bz2 gentoo-2-2d459b958f2e0ed03296b58b0f0e618237a1faf9.zip |
Stable for HPPA (bug #513430).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
-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 02a5a4a05a3d..5777a0c9d290 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.86 2014/08/05 16:00:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.87 2014/08/09 10:13:49 jer Exp $ + + 09 Aug 2014; Jeroen Roovers <jer@gentoo.org> coderay-1.1.0-r1.ebuild: + Stable for HPPA (bug #513430). 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> coderay-1.0.9.ebuild, coderay-1.1.0-r1.ebuild, coderay-1.1.0-r2.ebuild: diff --git a/dev-ruby/coderay/coderay-1.1.0-r1.ebuild b/dev-ruby/coderay/coderay-1.1.0-r1.ebuild index 722bf9b804ff..beba58cc04ba 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.7 2014/08/05 16:00:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r1.ebuild,v 1.8 2014/08/09 10:13:49 jer 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 |