summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/ruby-termios')
-rw-r--r--dev-ruby/ruby-termios/ChangeLog5
-rw-r--r--dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-termios/ChangeLog b/dev-ruby/ruby-termios/ChangeLog
index 59e98e98c510..ffa44e9ea732 100644
--- a/dev-ruby/ruby-termios/ChangeLog
+++ b/dev-ruby/ruby-termios/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-termios
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.16 2009/06/13 08:25:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.17 2009/08/22 22:31:18 a3li Exp $
+
+ 22 Aug 2009; Alex Legler <a3li@gentoo.org> ruby-termios-0.9.4.ebuild:
+ Remove ruby16 and ruby19 from USE_RUBY.
13 Jun 2009; Hans de Graaff <graaff@gentoo.org> ruby-termios-0.9.4.ebuild:
Fix quoting.
diff --git a/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild b/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild
index 11e773699d2b..b6a363fec8b7 100644
--- a/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild
+++ b/dev-ruby/ruby-termios/ruby-termios-0.9.4.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/ruby-termios/ruby-termios-0.9.4.ebuild,v 1.17 2009/06/13 08:25:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild,v 1.18 2009/08/22 22:31:18 a3li Exp $
RUBY_BUG_145222=yes
inherit ruby eutils
@@ -12,7 +12,7 @@ LICENSE="Ruby"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
IUSE="examples"
-USE_RUBY="ruby16 ruby18 ruby19"
+USE_RUBY="ruby18"
DEPEND="virtual/ruby"
src_unpack()