diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-27 15:38:11 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-27 15:38:11 -0400 |
commit | db4a82ebdee5b4ec4d41b2cb56b429bdf0a89fc4 (patch) | |
tree | 74461d5d050480db608ad0cf039b0c905956d34b /dev-ruby/rake | |
parent | dev-ruby/kpeg: arm64 stable (diff) | |
download | gentoo-db4a82ebdee5b4ec4d41b2cb56b429bdf0a89fc4.tar.gz gentoo-db4a82ebdee5b4ec4d41b2cb56b429bdf0a89fc4.tar.bz2 gentoo-db4a82ebdee5b4ec4d41b2cb56b429bdf0a89fc4.zip |
dev-ruby/rake: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/rake')
-rw-r--r-- | dev-ruby/rake/rake-12.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rake/rake-12.3.1.ebuild b/dev-ruby/rake/rake-12.3.1.ebuild index 67bf73bf88cf..3a8fac384dd6 100644 --- a/dev-ruby/rake/rake-12.3.1.ebuild +++ b/dev-ruby/rake/rake-12.3.1.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 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~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 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" DEPEND+=" app-arch/gzip" |