summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-01-06 23:46:37 +0100
committerFabian Groffen <grobian@gentoo.org>2021-01-06 23:46:37 +0100
commit0f3f01220e61fb067da658c473c602cf520e25de (patch)
treebf112f4c24d5e730b7abc2a952b15a6795a55f7e /dev-util/checkstyle/checkstyle-7.2.ebuild
parentdev-util/byacc: drop x86-macos (diff)
downloadgentoo-0f3f01220e61fb067da658c473c602cf520e25de.tar.gz
gentoo-0f3f01220e61fb067da658c473c602cf520e25de.tar.bz2
gentoo-0f3f01220e61fb067da658c473c602cf520e25de.zip
dev-util/checkstyle: 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-util/checkstyle/checkstyle-7.2.ebuild')
-rw-r--r--dev-util/checkstyle/checkstyle-7.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/checkstyle/checkstyle-7.2.ebuild b/dev-util/checkstyle/checkstyle-7.2.ebuild
index 0036872cb55c..9d19d64351b2 100644
--- a/dev-util/checkstyle/checkstyle-7.2.ebuild
+++ b/dev-util/checkstyle/checkstyle-7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/checkstyle/checkstyle"
SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
CP_DEPEND="
dev-java/ant-core:0