summaryrefslogtreecommitdiff
path: root/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild
blob: b7f808b7f60d5adbe51ad920f86e956b1d39d55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 ~x64-solaris"

DEPEND="dev-java/log4j-12-api:2"
RDEPEND="${DEPEND}"