diff options
author | 2021-01-06 19:03:43 +0100 | |
---|---|---|
committer | 2021-01-06 19:31:54 +0100 | |
commit | 1cfaf8059d521492c337cf479ce23b2e647abda5 (patch) | |
tree | f4b25df76c11eb52824b7e5e6c08e6965a0790e6 /dev-ruby/haml | |
parent | dev-ruby/gruff: drop x86-macos (diff) | |
download | gentoo-1cfaf8059d521492c337cf479ce23b2e647abda5.tar.gz gentoo-1cfaf8059d521492c337cf479ce23b2e647abda5.tar.bz2 gentoo-1cfaf8059d521492c337cf479ce23b2e647abda5.zip |
dev-ruby/haml: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-5.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/haml/haml-5.1.2.ebuild b/dev-ruby/haml/haml-5.1.2.ebuild index 30815f8c9ac1..0d3672e4848a 100644 --- a/dev-ruby/haml/haml-5.1.2.ebuild +++ b/dev-ruby/haml/haml-5.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 arm64 ~hppa ppc ppc64 x86 ~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 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |