From 93ed9dfb83353bd6f2436fd4355596505ddc3042 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Wed, 13 Jan 2010 19:46:13 +0000 Subject: Define IUSE. (Portage version: 2.2_rc61/cvs/Linux x86_64) --- dev-ruby/hpricot/ChangeLog | 6 +++++- dev-ruby/hpricot/hpricot-0.8.2.ebuild | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'dev-ruby') diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index 4bb5b253141b..a12f3e6db509 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.17 2010/01/13 19:42:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.18 2010/01/13 19:46:13 flameeyes Exp $ + + 13 Jan 2010; Diego E. Pettenò + hpricot-0.8.2.ebuild: + Define IUSE. *hpricot-0.8.2 (13 Jan 2010) diff --git a/dev-ruby/hpricot/hpricot-0.8.2.ebuild b/dev-ruby/hpricot/hpricot-0.8.2.ebuild index ce475082cbb4..38efbd0c66d2 100644 --- a/dev-ruby/hpricot/hpricot-0.8.2.ebuild +++ b/dev-ruby/hpricot/hpricot-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.2.ebuild,v 1.1 2010/01/13 19:42:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.2.ebuild,v 1.2 2010/01/13 19:46:13 flameeyes Exp $ EAPI=2 @@ -17,6 +17,7 @@ HOMEPAGE="http://wiki.github.com/why/hpricot" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" # Probably needs the same jdk as JRuby but I'm not sure how to express # that just yet. -- cgit v1.2.3-65-gdbad