diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-06-16 15:40:52 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-06-16 15:40:52 +0000 |
commit | 2cef1f5916d9690bbfdac708408c880289aed0ed (patch) | |
tree | 870c0fa646dd751fe805e4a667d883f8acf9e99d /dev-ruby/bluecloth | |
parent | Keyworded on alpha, bug #465948 (diff) | |
download | gentoo-2-2cef1f5916d9690bbfdac708408c880289aed0ed.tar.gz gentoo-2-2cef1f5916d9690bbfdac708408c880289aed0ed.tar.bz2 gentoo-2-2cef1f5916d9690bbfdac708408c880289aed0ed.zip |
Keyworded on alpha, bug #465948
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 1f033a226304..88265ef76ce4 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,10 @@ # 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.79 2014/06/13 19:23:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.80 2014/06/16 15:40:52 klausman Exp $ + + 16 Jun 2014; Tobias Klausmann <klausman@gentoo.org> + bluecloth-2.2.0-r2.ebuild: + Keyworded on alpha, bug #465948 13 Jun 2014; Jeroen Roovers <jer@gentoo.org> bluecloth-2.2.0-r1.ebuild: Stable for HPPA (bug #505920). diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild b/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild index 76cebbd0051b..06d50f3bd0f0 100644 --- a/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.2.0-r2.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-r2.ebuild,v 1.2 2014/05/15 01:05:38 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.3 2014/06/16 15:40:52 klausman Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -17,7 +17,7 @@ HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND+=" doc? ( dev-lang/perl )" |