diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-02-25 08:55:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-02-25 08:55:29 +0100 |
commit | 77784bdd4af72650a6f5ecab15fb3e0d545573fa (patch) | |
tree | 05e51050c20c59c23198935ee2a897b8940374be /dev-util | |
parent | app-emacs/jde: amd64 stable wrt bug #828450 (diff) | |
download | gentoo-77784bdd4af72650a6f5ecab15fb3e0d545573fa.tar.gz gentoo-77784bdd4af72650a6f5ecab15fb3e0d545573fa.tar.bz2 gentoo-77784bdd4af72650a6f5ecab15fb3e0d545573fa.zip |
dev-util/checkstyle: amd64 stable wrt bug #828600
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/checkstyle/checkstyle-7.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/checkstyle/checkstyle-7.2-r1.ebuild b/dev-util/checkstyle/checkstyle-7.2-r1.ebuild index 5411c86efbbd..8b14288c8143 100644 --- a/dev-util/checkstyle/checkstyle-7.2-r1.ebuild +++ b/dev-util/checkstyle/checkstyle-7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" CP_DEPEND=" dev-java/ant-core:0 |