From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37A68138335 for ; Fri, 29 Nov 2019 20:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 537BAE08ED; Fri, 29 Nov 2019 20:35:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B409E08EF for ; Fri, 29 Nov 2019 20:35:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12BF734D5BE for ; Fri, 29 Nov 2019 20:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 837908C7 for ; Fri, 29 Nov 2019 20:35:52 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575059746.d916d8f260fc8978bf83db13b830313139872a87.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jempbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jempbox/jempbox-1.8.11-r1.ebuild X-VCS-Directories: dev-java/jempbox/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d916d8f260fc8978bf83db13b830313139872a87 X-VCS-Branch: master Date: Fri, 29 Nov 2019 20:35:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e64dff78-363f-4875-9b3c-d985c80e5c9a X-Archives-Hash: e1c496fbe40b6358611c9a5051665752 commit: d916d8f260fc8978bf83db13b830313139872a87 Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 29 20:35:22 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 29 20:35:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d916d8f2 dev-java/jempbox: fix QA warning about test RESTRICT Signed-off-by: Aaron Bauman gentoo.org> dev-java/jempbox/jempbox-1.8.11-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild index b7fc5d711d7..6468e5258c7 100644 --- a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild +++ b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild @@ -17,6 +17,7 @@ LICENSE="Apache-2.0" SLOT="1.8" KEYWORDS="amd64 arm64 ~ppc64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=virtual/jre-1.8"