commit:     3ae1efbdf1c5ed72104d77f500d0322b26f781eb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  8 09:26:52 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Apr  8 09:26:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ae1efbd

dev-python/omniorbpy: Fix python dependency

Package-Manager: portage-2.2.18
RepoMan-Options: --force

 dev-python/omniorbpy/ChangeLog            | 3 +++
 dev-python/omniorbpy/omniorbpy-3.4.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/omniorbpy/ChangeLog b/dev-python/omniorbpy/ChangeLog
index 5cc37e9..3c8f8ca 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 <[email protected]> omniorbpy-3.4.ebuild:
+  dev-python/omniorbpy: Fix python dependency
+
   18 Feb 2015; Justin Lecher <[email protected]> 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 0f4236f..4ec65ac 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}

Reply via email to