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 55E4513825A for ; Sat, 14 May 2016 23:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 957C8142A3; Sat, 14 May 2016 23:32:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D97B14208 for ; Sat, 14 May 2016 23:32:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1F7C340BE6 for ; Sat, 14 May 2016 23:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E71D981 for ; Sat, 14 May 2016 23:32:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1463268156.e92ff90086a5b406c0d4b789cb3798c06738e7d7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/thepeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/thepeg/thepeg-2.0.0.ebuild X-VCS-Directories: sci-physics/thepeg/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e92ff90086a5b406c0d4b789cb3798c06738e7d7 X-VCS-Branch: master Date: Sat, 14 May 2016 23:32:18 +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: ac44e0c3-7fdb-46fe-9200-8aaebd312cb2 X-Archives-Hash: 20ceaf8f72001de41e6b93754e55ff46 commit: e92ff90086a5b406c0d4b789cb3798c06738e7d7 Author: David Seifert gentoo org> AuthorDate: Sat May 14 23:22:36 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 14 23:22:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92ff900 sci-physics/thepeg: Fix QA MissingSlotDep Package-Manager: portage-2.2.28 sci-physics/thepeg/thepeg-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/thepeg/thepeg-2.0.0.ebuild b/sci-physics/thepeg/thepeg-2.0.0.ebuild index 46ee6b7..0b8a500 100644 --- a/sci-physics/thepeg/thepeg-2.0.0.ebuild +++ b/sci-physics/thepeg/thepeg-2.0.0.ebuild @@ -32,7 +32,7 @@ RDEPEND=" emacs? ( virtual/emacs ) fastjet? ( sci-physics/fastjet:0= ) hepmc? ( sci-physics/hepmc:0= ) - java? ( >=virtual/jre-1.5 ) + java? ( >=virtual/jre-1.5:* ) lhapdf? ( sci-physics/lhapdf:0= ) rivet? ( sci-physics/rivet:0= ) zlib? ( sys-libs/zlib:0= )"