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 406A71381F3 for ; Tue, 15 Oct 2013 17:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E4BCE09FB; Tue, 15 Oct 2013 17:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97D95E0944 for ; Tue, 15 Oct 2013 17:17:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE80B33EEF8 for ; Tue, 15 Oct 2013 17:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 672BCE5462 for ; Tue, 15 Oct 2013 17:17:13 +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: <1381857428.5acd8437fd8fe9a6e01d4c8b1cb1434d04c4790d.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: 5acd8437fd8fe9a6e01d4c8b1cb1434d04c4790d X-VCS-Branch: master Date: Tue, 15 Oct 2013 17:17:13 +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: 22b0d8ed-5c0a-4b56-8cc2-5c6382ba8e3d X-Archives-Hash: 1b4a52490eb00b1a1a79903f888085f5 commit: 5acd8437fd8fe9a6e01d4c8b1cb1434d04c4790d Author: Justin Lecher gentoo org> AuthorDate: Tue Oct 15 13:23:53 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Oct 15 17:17:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5acd8437 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(-) diff --git a/dev-python/omniorbpy/ChangeLog b/dev-python/omniorbpy/ChangeLog index 1b9bddb..1961eec 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 c265e39..53f5829 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 }