diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-09 00:09:43 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-09 00:38:56 +0100 |
commit | 8567a09cedd5ec9961f8324c48c73bca6b9f6a11 (patch) | |
tree | ac496a1ee2a5ccfacd8a66a778bfaa7b7bf7e34f /dev-lang/ruby/ruby-2.1.10.ebuild | |
parent | 05cd01fe2f4fae29f7b636eae8c5f9b4640142b8 (diff) | |
download | gentoo-8567a09cedd5ec9961f8324c48c73bca6b9f6a11.tar.gz gentoo-8567a09cedd5ec9961f8324c48c73bca6b9f6a11.tar.xz |
dev-lang/ruby: add ~arm64 keyword.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-lang/ruby/ruby-2.1.10.ebuild')
-rw-r--r-- | dev-lang/ruby/ruby-2.1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ruby/ruby-2.1.10.ebuild b/dev-lang/ruby/ruby-2.1.10.ebuild index 32414024fd9..b8599122f9d 100644 --- a/dev-lang/ruby/ruby-2.1.10.ebuild +++ b/dev-lang/ruby/ruby-2.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -33,7 +33,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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl tk xemacs ncurses +readline" RDEPEND=" |