diff options
Diffstat (limited to 'dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild')
-rw-r--r-- | dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild b/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild index d303fa5071db..5e0c4240d0ca 100644 --- a/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild +++ b/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild,v 1.2 2006/12/08 17:34:16 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild,v 1.3 2007/01/21 08:05:32 pclouds Exp $ +RUBY_BUG_145222=yes inherit ruby DESCRIPTION="IO Reactor for event-driven multiplexed IO in a single thread" @@ -11,7 +12,7 @@ SRC_URI="http://www.deveiate.org/code/${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~x86-fbsd ~x86" -IUSE="" +IUSE="examples" DEPEND="" RDEPEND="" |