diff options
author | 2021-01-06 19:25:49 +0100 | |
---|---|---|
committer | 2021-01-06 19:32:13 +0100 | |
commit | 717ef8ff57e2782bb7a9c12e6f31c57df7d9176e (patch) | |
tree | 4eb647b4a6f02be8f0b16d87bf493fc4ec794d9b /dev-ruby | |
parent | dev-ruby/sqlite3: drop x86-macos (diff) | |
download | gentoo-717ef8ff57e2782bb7a9c12e6f31c57df7d9176e.tar.gz gentoo-717ef8ff57e2782bb7a9c12e6f31c57df7d9176e.tar.bz2 gentoo-717ef8ff57e2782bb7a9c12e6f31c57df7d9176e.zip |
dev-ruby/syntax: 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')
-rw-r--r-- | dev-ruby/syntax/syntax-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/syntax/syntax-1.2.2.ebuild b/dev-ruby/syntax/syntax-1.2.2.ebuild index 8f543768ad04..b2ff8d8d6f9f 100644 --- a/dev-ruby/syntax/syntax-1.2.2.ebuild +++ b/dev-ruby/syntax/syntax-1.2.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=6 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test doc" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" |