diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-30 22:20:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:44:37 +0200 |
commit | c41568094002107943bbfe58724448aeb6d73619 (patch) | |
tree | 431c9acbd58372a70b2119ab2fb9529d6b61e296 /dev-ruby/slop | |
parent | dev-ruby/method_source: keyword ~arm64 (diff) | |
download | gentoo-c41568094002107943bbfe58724448aeb6d73619.tar.gz gentoo-c41568094002107943bbfe58724448aeb6d73619.tar.bz2 gentoo-c41568094002107943bbfe58724448aeb6d73619.zip |
dev-ruby/slop: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/slop')
-rw-r--r-- | dev-ruby/slop/slop-3.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/slop/slop-3.6.0.ebuild b/dev-ruby/slop/slop-3.6.0.ebuild index 111d47820e01..62e37cc275bd 100644 --- a/dev-ruby/slop/slop-3.6.0.ebuild +++ b/dev-ruby/slop/slop-3.6.0.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 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="" |