From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91D6D138330 for ; Thu, 6 Oct 2016 15:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82F29E0BE7; Thu, 6 Oct 2016 15:21:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52A37E0BE7 for ; Thu, 6 Oct 2016 15:21:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 840D13411FF for ; Thu, 6 Oct 2016 15:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07E54246C for ; Thu, 6 Oct 2016 15:21:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475767255.6447ec1f8ab760e25383edc3578e8ca92f6ba5a9.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild dev-qt/qtdeclarative/qtdeclarative-5.7.9999.ebuild dev-qt/qtdeclarative/qtdeclarative-5.8.9999.ebuild dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6447ec1f8ab760e25383edc3578e8ca92f6ba5a9 X-VCS-Branch: master Date: Thu, 6 Oct 2016 15:21:07 +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: eb069d08-da29-4961-a3e8-602c6e13bbb5 X-Archives-Hash: f33817e7d88a73e22f1a752439e027ae commit: 6447ec1f8ab760e25383edc3578e8ca92f6ba5a9 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 6 15:20:26 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 6 15:20:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6447ec1f dev-qt/qtdeclarative: python is required at build time Gentoo-bug: 593250 Package-Manager: portage-2.3.1 dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild | 13 ++++++++++--- dev-qt/qtdeclarative/qtdeclarative-5.7.9999.ebuild | 11 ++++++++--- dev-qt/qtdeclarative/qtdeclarative-5.8.9999.ebuild | 11 ++++++++--- dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild | 11 ++++++++--- 4 files changed, 34 insertions(+), 12 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild index cbbb871..3df6e0d 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild @@ -3,7 +3,9 @@ # $Id$ EAPI=6 -inherit qt5-build + +PYTHON_COMPAT=( python2_7 python3_4 ) +inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" @@ -14,7 +16,7 @@ fi IUSE="gles2 +jit localstorage +widgets xml" # qtgui[gles2=] is needed because of bug 504322 -DEPEND=" +COMMON_DEPEND=" ~dev-qt/qtcore-${PV} ~dev-qt/qtgui-${PV}[gles2=] ~dev-qt/qtnetwork-${PV} @@ -26,7 +28,12 @@ DEPEND=" ~dev-qt/qtxmlpatterns-${PV} ) " -RDEPEND="${DEPEND}" +DEPEND="${COMMON_DEPEND} + ${PYTHON_DEPS} +" +RDEPEND="${COMMON_DEPEND} + !