summaryrefslogtreecommitdiff
path: root/dev-java/ant-jdepend/ant-jdepend-1.10.9.ebuild
blob: 97d0329f5756ee9c3f9cced864bad19fe2278e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2021 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

inherit ant-tasks

KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"

DEPEND=">=dev-java/jdepend-2.9-r2:0"
RDEPEND="${DEPEND}"