Skip to content

Commit

Permalink
java-ant-2.eclass: Add explicit ant-core SLOT for QA
Browse files Browse the repository at this point in the history
  • Loading branch information
chewi committed Aug 16, 2015
1 parent 4d10f75 commit 376d26b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eclass/java-ant-2.eclass
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# eclass for ant based Java packages
#
# Copyright (c) 2004-2005, Thomas Matthijs <[email protected]>
# Copyright (c) 2004-2011, Gentoo Foundation
# Copyright (c) 2004-2015, Gentoo Foundation
# Changes:
# May 2007:
# Made bsfix make one pass for all things and add some glocal targets for
Expand Down Expand Up @@ -58,7 +58,8 @@ inherit java-utils-2 multilib
# Setting this variable non-empty before inheriting java-ant-2 disables adding
# dev-java/ant-core into DEPEND.
if [[ -z "${JAVA_ANT_DISABLE_ANT_CORE_DEP}" ]]; then
JAVA_ANT_E_DEPEND="${JAVA_ANT_E_DEPEND} >=dev-java/ant-core-1.8.2"
JAVA_ANT_E_DEPEND+=" >=dev-java/ant-core-1.8.2"
[[ "${EAPI:-0}" != 0 ]] && JAVA_ANT_E_DEPEND+=":0"
fi

# add ant tasks specified in WANT_ANT_TASKS to DEPEND
Expand Down Expand Up @@ -371,7 +372,7 @@ java-ant_bsfix_files() {
# @USAGE: <path/to/build.xml>
# @DESCRIPTION:
# Attempts to fix named build file.
#
#
# @CODE
# Affected by variables:
# JAVA_PKG_BSFIX_SOURCE_TAGS
Expand Down

0 comments on commit 376d26b

Please sign in to comment.