diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 09:13:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 09:13:48 +0000 |
commit | 4b1948cfb72d780b1eda1f4a4df3507ad363cf02 (patch) | |
tree | ebc84cfd9c628ad80a3357e1a9e352cab77368bb /dev-ruby/ruby-termios | |
parent | Stable for x86, wrt bug #475580 (diff) | |
download | gentoo-2-4b1948cfb72d780b1eda1f4a4df3507ad363cf02.tar.gz gentoo-2-4b1948cfb72d780b1eda1f4a4df3507ad363cf02.tar.bz2 gentoo-2-4b1948cfb72d780b1eda1f4a4df3507ad363cf02.zip |
Stable for x86, wrt bug #475582
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/ruby-termios')
-rw-r--r-- | dev-ruby/ruby-termios/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-termios/ruby-termios-0.9.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-termios/ChangeLog b/dev-ruby/ruby-termios/ChangeLog index 9013aab3987a..7b85e3f865af 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.34 2013/07/04 09:12:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.35 2013/07/04 09:13:48 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ruby-termios-0.9.6-r2.ebuild: + Stable for x86, wrt bug #475582 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ruby-termios-0.9.6-r2.ebuild: Stable for amd64, wrt bug #475582 diff --git a/dev-ruby/ruby-termios/ruby-termios-0.9.6-r2.ebuild b/dev-ruby/ruby-termios/ruby-termios-0.9.6-r2.ebuild index b3403894f5be..ba5cf14ae0e0 100644 --- a/dev-ruby/ruby-termios/ruby-termios-0.9.6-r2.ebuild +++ b/dev-ruby/ruby-termios/ruby-termios-0.9.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r2.ebuild,v 1.2 2013/07/04 09:12:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r2.ebuild,v 1.3 2013/07/04 09:13:48 ago Exp $ EAPI=4 USE_RUBY="ruby18 ruby19" @@ -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="amd64 ~hppa ~mips ~ppc ~x86 ~x86-macos" +KEYWORDS="amd64 ~hppa ~mips ~ppc x86 ~x86-macos" IUSE="" RUBY_S="arika-${PN}-94fd9ac" |