diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-09 10:12:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-09 10:12:44 +0000 |
commit | 5b8636a0741153863e80291c4d650ffb440d8f6b (patch) | |
tree | 207a201f19006a1874035ea1b5d0ae388106c4ed /dev-ruby/redcloth | |
parent | Stable for HPPA (bug #514476). (diff) | |
download | gentoo-2-5b8636a0741153863e80291c4d650ffb440d8f6b.tar.gz gentoo-2-5b8636a0741153863e80291c4d650ffb440d8f6b.tar.bz2 gentoo-2-5b8636a0741153863e80291c4d650ffb440d8f6b.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)
Diffstat (limited to 'dev-ruby/redcloth')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index 67a4ee45e132..3d4faf59ef9f 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/redcloth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.90 2014/07/21 15:07:58 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.91 2014/08/09 10:12:44 jer Exp $ + + 09 Aug 2014; Jeroen Roovers <jer@gentoo.org> redcloth-4.2.9-r1.ebuild: + Stable for HPPA (bug #513430). 21 Jul 2014; Tobias Klausmann <klausman@gentoo.org> redcloth-4.2.9-r1.ebuild: Stable on alpha, bug #513430 diff --git a/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild b/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild index 87f6151842d1..57a598abcf70 100644 --- a/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.9-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/redcloth/redcloth-4.2.9-r1.ebuild,v 1.8 2014/07/21 15:07:58 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.9 2014/08/09 10:12:44 jer Exp $ EAPI=5 @@ -30,7 +30,7 @@ RUBY_S="${GITHUB_USER}-${PN}-*" 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="" DEPEND+=" dev-util/ragel" |