diff options
Diffstat (limited to 'dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild')
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild b/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild index 2cf518a60868..a8e1c830058b 100644 --- a/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v 1.2 2009/12/27 00:23:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v 1.3 2010/01/04 11:47:56 fauli Exp $ EAPI=2 @@ -28,7 +28,7 @@ SRC_URI="mirror://rubyforge/redcloth/${RUBY_FAKEGEM_NAME}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" S="${WORKDIR}/${RUBY_FAKEGEM_NAME}-${PV}" |