diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-01 12:41:39 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-01 14:05:20 +0100 |
commit | 14c13b2a7244d86970f69fa337ffaf2703a6439a (patch) | |
tree | a8ac7848f08dfbea8b2be09fc1db0c8500bd3ed9 /dev-util/ragel | |
parent | dev-ruby/rubygems: arm64 (diff) | |
download | gentoo-14c13b2a7244d86970f69fa337ffaf2703a6439a.tar.gz gentoo-14c13b2a7244d86970f69fa337ffaf2703a6439a.tar.bz2 gentoo-14c13b2a7244d86970f69fa337ffaf2703a6439a.zip |
dev-util/ragel: arm64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64,arm,arm64,ppc,ppc64"
Diffstat (limited to 'dev-util/ragel')
-rw-r--r-- | dev-util/ragel/ragel-6.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ragel/ragel-6.7-r1.ebuild b/dev-util/ragel/ragel-6.7-r1.ebuild index a1780800f7fb..5e3e52d25ccf 100644 --- a/dev-util/ragel/ragel-6.7-r1.ebuild +++ b/dev-util/ragel/ragel-6.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="http://www.complang.org/ragel/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="vim-syntax" DEPEND="" |