mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
committed by
Miroslav Šulc
parent
c6b542e104
commit
950be69f33
15
dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild
Normal file
15
dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user