diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-10 20:57:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-10 20:57:25 +0000 |
commit | bcb79fa72004436abe05c09ce64cbbaaa9628168 (patch) | |
tree | e606ee3b962c509a4c92ec94680e991b0c637cb6 /dev-ruby | |
parent | amd64/x86 stable, bug #298236 (diff) | |
download | gentoo-2-bcb79fa72004436abe05c09ce64cbbaaa9628168.tar.gz gentoo-2-bcb79fa72004436abe05c09ce64cbbaaa9628168.tar.bz2 gentoo-2-bcb79fa72004436abe05c09ce64cbbaaa9628168.zip |
amd64/x86 stable, bug #298237
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-termios/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/ruby-termios/ruby-termios-0.9.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/ruby-termios/ChangeLog b/dev-ruby/ruby-termios/ChangeLog index 4ba2344a6123..3bd66367459e 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.18 2009/10/23 14:21:39 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.19 2010/01/10 20:57:25 maekke Exp $ + + 10 Jan 2010; Markus Meier <maekke@gentoo.org> ruby-termios-0.9.6.ebuild: + amd64/x86 stable, bug #298237 *ruby-termios-0.9.6 (23 Oct 2009) diff --git a/dev-ruby/ruby-termios/ruby-termios-0.9.6.ebuild b/dev-ruby/ruby-termios/ruby-termios-0.9.6.ebuild index 63e40c920a97..119716bb0596 100644 --- a/dev-ruby/ruby-termios/ruby-termios-0.9.6.ebuild +++ b/dev-ruby/ruby-termios/ruby-termios-0.9.6.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/ruby-termios/ruby-termios-0.9.6.ebuild,v 1.1 2009/10/23 14:21:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6.ebuild,v 1.2 2010/01/10 20:57:25 maekke Exp $ EAPI=2 @@ -12,7 +12,7 @@ HOMEPAGE="http://arika.org/ruby/termios" # trailing / isn't needed SRC_URI="http://github.com/arika/ruby-termios/tarball/version_0_9_6 -> ${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86" IUSE="examples" USE_RUBY="ruby18" |