diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-01-22 17:20:04 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-01-22 17:27:41 +0100 |
commit | 42f0e16d6f9fe763b45f8405f4dd43dfd5a50aca (patch) | |
tree | 638bc95d3ef17a24b692c161b9b791a766510657 /dev-ruby/haml | |
parent | profiles/arch/arm64/package.use.mask: mask test for dev-ruby/haml (diff) | |
download | gentoo-42f0e16d6f9fe763b45f8405f4dd43dfd5a50aca.tar.gz gentoo-42f0e16d6f9fe763b45f8405f4dd43dfd5a50aca.tar.bz2 gentoo-42f0e16d6f9fe763b45f8405f4dd43dfd5a50aca.zip |
dev-ruby/haml: move ~arm64 keyword forward
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-5.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/haml/haml-5.0.4.ebuild b/dev-ruby/haml/haml-5.0.4.ebuild index 22d89343e9a2..adc3e3560d0a 100644 --- a/dev-ruby/haml/haml-5.0.4.ebuild +++ b/dev-ruby/haml/haml-5.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="5" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |