diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-22 17:01:29 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-22 19:13:02 -0500 |
commit | 2a5725ee20e1c93b3513bef3e163c52fe238d983 (patch) | |
tree | a86fc228f1056b42eb7f714554fd20be606bc6df /dev-ruby/bundler/bundler-1.17.3.ebuild | |
parent | dev-util/bazel: Bump to version 1.2.0 (diff) | |
download | gentoo-2a5725ee20e1c93b3513bef3e163c52fe238d983.tar.gz gentoo-2a5725ee20e1c93b3513bef3e163c52fe238d983.tar.bz2 gentoo-2a5725ee20e1c93b3513bef3e163c52fe238d983.zip |
dev-ruby/bundler: arm64 stable (bug #700922)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'dev-ruby/bundler/bundler-1.17.3.ebuild')
-rw-r--r-- | dev-ruby/bundler/bundler-1.17.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/bundler/bundler-1.17.3.ebuild b/dev-ruby/bundler/bundler-1.17.3.ebuild index c7956f0daa7d..758cfffc5f4a 100644 --- a/dev-ruby/bundler/bundler-1.17.3.ebuild +++ b/dev-ruby/bundler/bundler-1.17.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ HOMEPAGE="https://github.com/carlhuda/bundler" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+doc test" ruby_add_rdepend virtual/rubygems |