Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pythonocc/
Date: Mon, 21 Sep 2015 17:44:17
Message-Id: 1442855628.289f811403be2a01a9050b7d2030b2083760b67d.jlec@gentoo
1 commit: 289f811403be2a01a9050b7d2030b2083760b67d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 17:13:48 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 17:13:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=289f8114
7
8 dev-python/pythonocc: Add subslot operators
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pythonocc/pythonocc-0.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pythonocc/pythonocc-0.5.ebuild b/dev-python/pythonocc/pythonocc-0.5.ebuild
17 index 2bf2241..c343836 100644
18 --- a/dev-python/pythonocc/pythonocc-0.5.ebuild
19 +++ b/dev-python/pythonocc/pythonocc-0.5.ebuild
20 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
21 SLOT="0"
22 IUSE=""
23
24 -RDEPEND="sci-libs/opencascade"
25 +RDEPEND="sci-libs/opencascade:*"
26 DEPEND="${RDEPEND}
27 dev-lang/swig:0"