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 56F06139694 for ; Sat, 18 Feb 2017 20:02:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BC9AE0C38; Sat, 18 Feb 2017 20:02:54 +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 5A8B8E0C38 for ; Sat, 18 Feb 2017 20:02:54 +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 BD39B340AC7 for ; Sat, 18 Feb 2017 20:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86AF34C71 for ; Sat, 18 Feb 2017 20:02:50 +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: <1487448165.42e85b529ad724771b5879bf06678c338865329f.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/jtreeview/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild X-VCS-Directories: sci-biology/jtreeview/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 42e85b529ad724771b5879bf06678c338865329f X-VCS-Branch: master Date: Sat, 18 Feb 2017 20:02:50 +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: 0c0499bf-7e24-45e8-81db-c2643c869b66 X-Archives-Hash: 86581fa45bccf01750312efb62b77b75 commit: 42e85b529ad724771b5879bf06678c338865329f Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Feb 18 20:02:45 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Feb 18 20:02:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=42e85b52 sci-biology/jtreeview: add deemed dependency on nanoxml Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild b/sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild index 729fccde2..d3c106ee9 100644 --- a/sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild +++ b/sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild @@ -21,7 +21,8 @@ SLOT="0" KEYWORDS="" # resulting java binary does not execute for me IUSE="" -DEPEND=">virtual/jdk-1.5:*" +DEPEND=">virtual/jdk-1.5:* + dev-java/nanoxml" RDEPEND="${DEPEND} >=virtual/jre-1.5:*"