diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-03-22 18:20:19 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-03-22 21:21:10 +0100 |
commit | 31ec60e24b4b25056ead43609c058971852a4197 (patch) | |
tree | f368148dc2e11b029ca0088493699dfb10482d3b /dev-ruby/haml | |
parent | profiles/arch/hppa: Mask USE=test for dev-ruby/haml (diff) | |
download | gentoo-31ec60e24b4b25056ead43609c058971852a4197.tar.gz gentoo-31ec60e24b4b25056ead43609c058971852a4197.tar.bz2 gentoo-31ec60e24b4b25056ead43609c058971852a4197.zip |
dev-ruby/haml: Mark ~hppa too.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-4.0.7-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/haml/haml-5.0.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/haml/haml-4.0.7-r1.ebuild b/dev-ruby/haml/haml-4.0.7-r1.ebuild index e57ebe24cda0..b305fd2debdf 100644 --- a/dev-ruby/haml/haml-4.0.7-r1.ebuild +++ b/dev-ruby/haml/haml-4.0.7-r1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="http://haml-lang.com/" LICENSE="MIT" SLOT="4" -KEYWORDS="~amd64 arm ~arm64 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" diff --git a/dev-ruby/haml/haml-5.0.2.ebuild b/dev-ruby/haml/haml-5.0.2.ebuild index 2fe525516d4f..d1bb7677ad7b 100644 --- a/dev-ruby/haml/haml-5.0.2.ebuild +++ b/dev-ruby/haml/haml-5.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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 ~ppc64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |