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 229FE1387B1 for ; Mon, 21 Sep 2015 17:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ABBF21C080; Mon, 21 Sep 2015 17:44:16 +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 A9CF121C067 for ; Mon, 21 Sep 2015 17:44:15 +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 E093B340887 for ; Mon, 21 Sep 2015 17:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D7B6202 for ; Mon, 21 Sep 2015 17:44:10 +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: <1442855628.289f811403be2a01a9050b7d2030b2083760b67d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pythonocc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pythonocc/pythonocc-0.5.ebuild X-VCS-Directories: dev-python/pythonocc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 289f811403be2a01a9050b7d2030b2083760b67d X-VCS-Branch: master Date: Mon, 21 Sep 2015 17:44:10 +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: ce949d57-5d01-40dd-9eed-c5e261a14658 X-Archives-Hash: 010bd11544082e2947fb180fe230b571 commit: 289f811403be2a01a9050b7d2030b2083760b67d Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 17:13:48 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 17:13:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=289f8114 dev-python/pythonocc: Add subslot operators Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/pythonocc/pythonocc-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pythonocc/pythonocc-0.5.ebuild b/dev-python/pythonocc/pythonocc-0.5.ebuild index 2bf2241..c343836 100644 --- a/dev-python/pythonocc/pythonocc-0.5.ebuild +++ b/dev-python/pythonocc/pythonocc-0.5.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -RDEPEND="sci-libs/opencascade" +RDEPEND="sci-libs/opencascade:*" DEPEND="${RDEPEND} dev-lang/swig:0"