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 63D4C1387B1 for ; Mon, 21 Sep 2015 17:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B2BD21C0BA; Mon, 21 Sep 2015 17:44:28 +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 A85EE21C0BB for ; Mon, 21 Sep 2015 17:44:17 +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 DCAA03408AC for ; Mon, 21 Sep 2015 17:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9067A23C for ; Mon, 21 Sep 2015 17:44:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442856841.b4f54a66f2201a5b4d96d6ef427f01cf556316b5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/talosn/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/talosn/talosn-4.01.2013.148.15.55-r3.ebuild X-VCS-Directories: sci-chemistry/talosn/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b4f54a66f2201a5b4d96d6ef427f01cf556316b5 X-VCS-Branch: master Date: Mon, 21 Sep 2015 17:44:11 +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: 3d10f2af-9d07-4407-9ea4-40d155f3b469 X-Archives-Hash: c3514f622a08c45868a698500b71533c commit: b4f54a66f2201a5b4d96d6ef427f01cf556316b5 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 17:34:01 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 17:34:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4f54a66 sci-chemistry/talosn: Add subslot operators Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/talosn/talosn-4.01.2013.148.15.55-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/talosn/talosn-4.01.2013.148.15.55-r3.ebuild b/sci-chemistry/talosn/talosn-4.01.2013.148.15.55-r3.ebuild index 827f37d..f28e0fb 100644 --- a/sci-chemistry/talosn/talosn-4.01.2013.148.15.55-r3.ebuild +++ b/sci-chemistry/talosn/talosn-4.01.2013.148.15.55-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" -DEPEND=">=virtual/jre-1.5" +DEPEND=">=virtual/jre-1.5:*" RDEPEND="${DEPEND} app-shells/tcsh sci-biology/ncbi-tools"