aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-08 11:26:52 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-08 11:26:52 +0200
commit3ae1efbdf1c5ed72104d77f500d0322b26f781eb (patch)
tree887db4d4399a6d30b85dada50c3802f9c8704fc1
parentapp-doc/root-docs: version bump (diff)
downloadsci-3ae1efbdf1c5ed72104d77f500d0322b26f781eb.tar.gz
sci-3ae1efbdf1c5ed72104d77f500d0322b26f781eb.tar.bz2
sci-3ae1efbdf1c5ed72104d77f500d0322b26f781eb.zip
dev-python/omniorbpy: Fix python dependency
Package-Manager: portage-2.2.18 RepoMan-Options: --force
-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}