mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-java/tomcat-native: Clear QA warnings.
Take test? condition off RDEPEND variable and stick it in DEPEND. Take RDEPEND off DEPEND variable. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
@@ -17,11 +17,10 @@ IUSE="test"
|
||||
|
||||
RDEPEND="dev-libs/apr:1
|
||||
dev-libs/openssl:=
|
||||
>=virtual/jre-1.7
|
||||
test? ( dev-java/ant-junit:0 )"
|
||||
>=virtual/jre-1.7"
|
||||
|
||||
DEPEND=">=virtual/jdk-1.7
|
||||
${RDEPEND}"
|
||||
test? ( dev-java/ant-junit:0 )"
|
||||
|
||||
S=${WORKDIR}/${P}-src/jni
|
||||
|
||||
|
||||
Reference in New Issue
Block a user