From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D22CC13888F for ; Tue, 13 Oct 2015 10:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDC33E07E1; Tue, 13 Oct 2015 10:48:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66663E07DF for ; Tue, 13 Oct 2015 10:48:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6097D3408FB for ; Tue, 13 Oct 2015 10:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E313FF5 for ; Tue, 13 Oct 2015 10:48:31 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1444733114.864c195673e2cb66a61f16b0e5cf35462cc988b8.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild X-VCS-Directories: dev-java/tomcat-native/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 864c195673e2cb66a61f16b0e5cf35462cc988b8 X-VCS-Branch: master Date: Tue, 13 Oct 2015 10:48:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f6612c0-947b-45f5-bfb7-627bd4e80af4 X-Archives-Hash: 7e157eda09c73d53e5295e4be119be7c commit: 864c195673e2cb66a61f16b0e5cf35462cc988b8 Author: Patrice Clement gentoo org> AuthorDate: Tue Oct 13 10:45:14 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Oct 13 10:45:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864c1956 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 gentoo.org> dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild index dd46836..2c849c6 100644 --- a/dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild @@ -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