From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 63F71138A6C for ; Wed, 8 Apr 2015 09:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E6DE084F; Wed, 8 Apr 2015 09:27:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87EDCE084F for ; Wed, 8 Apr 2015 09:27:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55457340768 for ; Wed, 8 Apr 2015 09:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67B6D1577C for ; Wed, 8 Apr 2015 09:27:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1428485212.3ae1efbdf1c5ed72104d77f500d0322b26f781eb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/omniorbpy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/omniorbpy/ChangeLog dev-python/omniorbpy/omniorbpy-3.4.ebuild X-VCS-Directories: dev-python/omniorbpy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3ae1efbdf1c5ed72104d77f500d0322b26f781eb X-VCS-Branch: master Date: Wed, 8 Apr 2015 09:27:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89676811-a4d4-4b7e-8822-ceed4e72cf21 X-Archives-Hash: af560fb99cef3c9c3172c89a1671da31 commit: 3ae1efbdf1c5ed72104d77f500d0322b26f781eb Author: Justin Lecher gentoo org> AuthorDate: Wed Apr 8 09:26:52 2015 +0000 Commit: Justin Lecher gentoo 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 omniorbpy-3.4.ebuild: + dev-python/omniorbpy: Fix python dependency + 18 Feb 2015; Justin Lecher 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}