diff options
author | 2015-07-11 06:43:35 +0000 | |
---|---|---|
committer | 2015-07-11 06:43:35 +0000 | |
commit | 4cd206b586f23a3941766f47b4f4aa3d84eaf369 (patch) | |
tree | 1d6130d99df199328e4ae91ed7bb0897e98d3fa0 /dev-ruby/redcloth | |
parent | Stable for HPPA PPC64 (bug #552408). (diff) | |
download | gentoo-2-4cd206b586f23a3941766f47b4f4aa3d84eaf369.tar.gz gentoo-2-4cd206b586f23a3941766f47b4f4aa3d84eaf369.tar.bz2 gentoo-2-4cd206b586f23a3941766f47b4f4aa3d84eaf369.zip |
Stable for PPC64 (bug #536008).
(Portage version: 2.2.20/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-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index 26f7973de00b..53b598c8df8a 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/redcloth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.103 2015/07/10 09:55:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.104 2015/07/11 06:43:35 jer Exp $ + + 11 Jul 2015; Jeroen Roovers <jer@gentoo.org> redcloth-4.2.9-r3.ebuild: + Stable for PPC64 (bug #536008). 10 Jul 2015; Agostino Sarubbo <ago@gentoo.org> redcloth-4.2.9-r3.ebuild: Stable for x86, wrt bug #536008 diff --git a/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild b/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild index a41c43698044..13134c874f21 100644 --- a/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r3.ebuild,v 1.3 2015/07/10 09:55:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild,v 1.4 2015/07/11 06:43:35 jer Exp $ EAPI=5 @@ -28,7 +28,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" |