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 | 8b18a82c0e3e69e7828cfb3e3db3bd23ac551cde (patch) | |
tree | eff5f916e83d4fa43f0db44774eb48806ef44935 /dev-ruby/bluecloth/bluecloth-2.0.5.ebuild | |
parent | Fix build with sys-devel/patch-2.6, thanks to Anthony Low <shinji@pikopiko.or... (diff) | |
download | historical-8b18a82c0e3e69e7828cfb3e3db3bd23ac551cde.tar.gz historical-8b18a82c0e3e69e7828cfb3e3db3bd23ac551cde.tar.bz2 historical-8b18a82c0e3e69e7828cfb3e3db3bd23ac551cde.zip |
amd64 stable, bug #283020
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/bluecloth/bluecloth-2.0.5.ebuild')
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |