dev-java/ant-apache-log4j: Switch to log4j-12-api:2

ant-tasks.eclass: EAPI 8 is not supported yet.
Closes: https://bugs.gentoo.org/830922
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24106
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2022-01-01 09:49:31 +01:00
committed by Miroslav Šulc
parent c6b542e104
commit 950be69f33

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
ANT_TASK_JDKVER=1.8
ANT_TASK_JREVER=1.8
ANT_TASK_DEPNAME="log4j-12-api-2"
inherit ant-tasks
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND="dev-java/log4j-12-api:2"
RDEPEND="${DEPEND}"