aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/omniorbpy/ChangeLog3
-rw-r--r--dev-python/omniorbpy/omniorbpy-3.4.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/omniorbpy/ChangeLog b/dev-python/omniorbpy/ChangeLog
index 5cc37e99b..3c8f8cac9 100644
--- a/dev-python/omniorbpy/ChangeLog
+++ b/dev-python/omniorbpy/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Apr 2015; Justin Lecher <jlec@gentoo.org> omniorbpy-3.4.ebuild:
+ dev-python/omniorbpy: Fix python dependency
+
18 Feb 2015; Justin Lecher <jlec@gentoo.org> omniorbpy-3.4.ebuild:
dev-python/omniorbpy: fix SLOT operators
diff --git a/dev-python/omniorbpy/omniorbpy-3.4.ebuild b/dev-python/omniorbpy/omniorbpy-3.4.ebuild
index 0f4236f4a..4ec65acee 100644
--- a/dev-python/omniorbpy/omniorbpy-3.4.ebuild
+++ b/dev-python/omniorbpy/omniorbpy-3.4.ebuild
@@ -22,8 +22,8 @@ IUSE="ssl"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
- >=net-misc/omniORB-4.1.3
- ssl? ( dev-libs/openssl:0 )"
+ >=net-misc/omniORB-4.1.3[${PYTHON_USEDEP}]
+ ssl? ( dev-libs/openssl:0= )"
RDEPEND=${DEPEND}
S=${WORKDIR}/${MY_P}