diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-25 09:46:24 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-25 09:46:24 +0000 |
commit | 46ed5f2aa926b9e1ca5b0041bdae137d225dd0cf (patch) | |
tree | be6dac44f38bf68a21a58b505b70ee956f8ae272 /dev-ruby/bluecloth | |
parent | Fix build with sys-devel/patch-2.6, thanks to Anthony Low <shinji@pikopiko.or... (diff) | |
download | gentoo-2-46ed5f2aa926b9e1ca5b0041bdae137d225dd0cf.tar.gz gentoo-2-46ed5f2aa926b9e1ca5b0041bdae137d225dd0cf.tar.bz2 gentoo-2-46ed5f2aa926b9e1ca5b0041bdae137d225dd0cf.zip |
amd64 stable, bug #283020
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 91a7ed3045a3..9704de589bb3 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.22 2009/11/19 14:40:35 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.23 2009/11/25 09:46:24 maekke Exp $ + + 25 Nov 2009; Markus Meier <maekke@gentoo.org> bluecloth-2.0.5.ebuild: + amd64 stable, bug #283020 19 Nov 2009; Christian Faulhammer <fauli@gentoo.org> bluecloth-2.0.5.ebuild: diff --git a/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild index 6c3a0b26e045..5ee7efa4d261 100644 --- a/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild,v 1.3 2009/11/19 14:40:35 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild,v 1.4 2009/11/25 09:46:24 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86" IUSE="" USE_RUBY="ruby18 ruby19" |