diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-05-31 10:43:52 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-05-31 10:44:05 +0200 |
commit | 2dbdea6a9cd731fca319641d3195e28ec9b344ec (patch) | |
tree | e60723e2c4774567d0546807552ab8e1e504e9af /dev-lang | |
parent | kde-base/kdebase-pam: EAPI 6 (diff) | |
download | gentoo-2dbdea6a9cd731fca319641d3195e28ec9b344ec.tar.gz gentoo-2dbdea6a9cd731fca319641d3195e28ec9b344ec.tar.bz2 gentoo-2dbdea6a9cd731fca319641d3195e28ec9b344ec.zip |
dev-lang/ruby-2.1.9-r0: add alpha keyword
Gentoo-Bug: 568502
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/ruby-2.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ruby/ruby-2.1.9.ebuild b/dev-lang/ruby/ruby-2.1.9.ebuild index 82cc4e6f9c83..8bfbdf0ca73f 100644 --- a/dev-lang/ruby/ruby-2.1.9.ebuild +++ b/dev-lang/ruby/ruby-2.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ SRC_URI="mirror://ruby/2.1/${MY_P}.tar.xz https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline" RDEPEND=" |