From fe0796cf0b6b20e5d92ec7f57b3400863c39783e Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 15 Oct 2013 15:23:53 +0200 Subject: dev-python/omniorbpy: Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE Package-Manager: portage-2.2.7 --- dev-python/omniorbpy/ChangeLog | 3 +++ dev-python/omniorbpy/omniorbpy-3.4.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/omniorbpy/ChangeLog b/dev-python/omniorbpy/ChangeLog index 1b9bddbae..1961eecc3 100644 --- a/dev-python/omniorbpy/ChangeLog +++ b/dev-python/omniorbpy/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 Oct 2013; Justin Lecher omniorbpy-3.4.ebuild: + Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE + 14 Jun 2013; Justin Lecher omniorbpy-3.4.ebuild, metadata.xml: Bump to EAPI=5 and distutils-r1.eclass diff --git a/dev-python/omniorbpy/omniorbpy-3.4.ebuild b/dev-python/omniorbpy/omniorbpy-3.4.ebuild index c265e39cb..53f58297a 100644 --- a/dev-python/omniorbpy/omniorbpy-3.4.ebuild +++ b/dev-python/omniorbpy/omniorbpy-3.4.ebuild @@ -19,7 +19,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="ssl" -DEPEND=" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} >=net-misc/omniORB-4.1.3 ssl? ( dev-libs/openssl )" RDEPEND=${DEPEND} @@ -61,5 +63,5 @@ src_install() { dodoc doc/tex/* insinto /usr/share/doc/${PF}/ - doins -r examples || die + doins -r examples } -- cgit v1.2.3-65-gdbad