diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-25 16:09:47 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-25 16:09:47 +0000 |
commit | bfc5f2c9ddc2f9ef0ab5c1224983d36e869daac7 (patch) | |
tree | 91cf18cb5071e679a7ec50797530bd28a4abf755 | |
parent | Mark amd64 stable. Bug #503380. (diff) | |
download | gentoo-2-bfc5f2c9ddc2f9ef0ab5c1224983d36e869daac7.tar.gz gentoo-2-bfc5f2c9ddc2f9ef0ab5c1224983d36e869daac7.tar.bz2 gentoo-2-bfc5f2c9ddc2f9ef0ab5c1224983d36e869daac7.zip |
Mark amd64 stable. Bug #513430.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
-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 ca988d1dca3c..924936491e20 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.92 2014/08/13 18:39:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.93 2014/08/25 16:09:47 mrueg Exp $ + + 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> redcloth-4.2.9-r1.ebuild: + Mark amd64 stable. Bug #513430. 13 Aug 2014; Raúl Porcel <armin76@gentoo.org> redcloth-4.2.9-r2.ebuild: Add ~sparc wrt #468536 diff --git a/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild b/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild index 57a598abcf70..16d3a8de262c 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.9 2014/08/09 10:12:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.10 2014/08/25 16:09:47 mrueg 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" |