diff options
author | 2014-08-25 15:58:00 +0000 | |
---|---|---|
committer | 2014-08-25 15:58:00 +0000 | |
commit | e6815125fa0bc8e9fba14eec944288491868cf9b (patch) | |
tree | a8371b9108064974174f6cf1c02fc187aa709214 /dev-ruby/bluecloth | |
parent | Mark amd64 stable. Bug #505920. (diff) | |
download | gentoo-2-e6815125fa0bc8e9fba14eec944288491868cf9b.tar.gz gentoo-2-e6815125fa0bc8e9fba14eec944288491868cf9b.tar.bz2 gentoo-2-e6815125fa0bc8e9fba14eec944288491868cf9b.zip |
Mark amd64 stable. Bug #505920.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index d79c7bb95074..949603355339 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.84 2014/08/13 18:49:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.85 2014/08/25 15:58:00 mrueg Exp $ + + 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> bluecloth-2.2.0-r1.ebuild: + Mark amd64 stable. Bug #505920. 13 Aug 2014; Raúl Porcel <armin76@gentoo.org> bluecloth-2.2.0-r2.ebuild: Add ~sparc wrt #468536 diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild b/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild index 6170a1abfd1d..ebbb735af22b 100644 --- a/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.2.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/bluecloth/bluecloth-2.2.0-r1.ebuild,v 1.9 2014/07/21 14:55:18 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild,v 1.10 2014/08/25 15:58:00 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -18,7 +18,7 @@ HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND+=" doc? ( dev-lang/perl )" |