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 AA5BD138334 for ; Fri, 14 Dec 2018 00:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3FFE0DA7; Fri, 14 Dec 2018 00:24:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5ED7FE0DA7 for ; Fri, 14 Dec 2018 00:24:43 +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 5D7FC335C8F for ; Fri, 14 Dec 2018 00:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F1B84E2 for ; Fri, 14 Dec 2018 00:24:38 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1544747066.9ec25164dc80271a01a3adeda225d91e1a96470d.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pilon-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pilon-bin/pilon-bin-1.22.ebuild sci-biology/pilon-bin/pilon-bin-1.23.ebuild X-VCS-Directories: sci-biology/pilon-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 9ec25164dc80271a01a3adeda225d91e1a96470d X-VCS-Branch: master Date: Fri, 14 Dec 2018 00:24:38 +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: 1b581d34-76d2-4352-8d01-f6d7d58d87de X-Archives-Hash: 31a965878818cef0ed0370f94a3d9502 commit: 9ec25164dc80271a01a3adeda225d91e1a96470d Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Fri Dec 14 00:24:26 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Dec 14 00:24:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ec25164 sci-biology/pilon-bin: version bump Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Martin Mokrejs fold.natur.cuni.cz> sci-biology/pilon-bin/{pilon-bin-1.22.ebuild => pilon-bin-1.23.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-biology/pilon-bin/pilon-bin-1.22.ebuild b/sci-biology/pilon-bin/pilon-bin-1.23.ebuild similarity index 89% rename from sci-biology/pilon-bin/pilon-bin-1.22.ebuild rename to sci-biology/pilon-bin/pilon-bin-1.23.ebuild index 180d29ea5..de401bd21 100644 --- a/sci-biology/pilon-bin/pilon-bin-1.22.ebuild +++ b/sci-biology/pilon-bin/pilon-bin-1.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" +# contains bundled sbt-assembly module DEPEND=">=virtual/jdk-1.7:*" RDEPEND="${DEPEND} >=virtual/jre-1.7:*