diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-11-19 14:40:35 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-11-19 14:40:35 +0000 |
commit | f752276aaea9414364ab6bdd3e806cd17a1a1b7c (patch) | |
tree | d149e4b1075ed278df5c217527d7fc3255a52ce2 /dev-ruby | |
parent | stable x86, bug 264394 (diff) | |
download | gentoo-2-f752276aaea9414364ab6bdd3e806cd17a1a1b7c.tar.gz gentoo-2-f752276aaea9414364ab6bdd3e806cd17a1a1b7c.tar.bz2 gentoo-2-f752276aaea9414364ab6bdd3e806cd17a1a1b7c.zip |
stable x86, bug 283020
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index d66423fe4690..91a7ed3045a3 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,10 @@ # 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.21 2009/11/08 18:49:47 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.22 2009/11/19 14:40:35 fauli Exp $ + + 19 Nov 2009; Christian Faulhammer <fauli@gentoo.org> + bluecloth-2.0.5.ebuild: + stable x86, bug 283020 08 Nov 2009; nixnut <nixnut@gentoo.org> bluecloth-2.0.5.ebuild: ppc stable #283020 diff --git a/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild index 377de8fa2cf1..6c3a0b26e045 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.2 2009/11/08 18:49:47 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild,v 1.3 2009/11/19 14:40:35 fauli 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" |