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 35E47138330 for ; Thu, 6 Oct 2016 15:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86EE4E0BEA; Thu, 6 Oct 2016 15:23:19 +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 6B0BAE0BEA for ; Thu, 6 Oct 2016 15:23:19 +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 03F013412A6 for ; Thu, 6 Oct 2016 15:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76E17246C for ; Thu, 6 Oct 2016 15:23:16 +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: <1475767388.87d35ed276b25d060ec4612b8baccccf1186fc5d.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 X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 87d35ed276b25d060ec4612b8baccccf1186fc5d X-VCS-Branch: master Date: Thu, 6 Oct 2016 15:23:16 +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: d4556398-a77c-4340-9d6e-6cd23530e8c7 X-Archives-Hash: 422c02a274b33c6c413c795c01f500a3 commit: 87d35ed276b25d060ec4612b8baccccf1186fc5d Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 6 15:22:42 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 6 15:23:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=87d35ed2 dev-qt/qtdeclarative: remove blocker introduced by accident Package-Manager: portage-2.3.1 dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild index 3df6e0d..c51da86 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild @@ -16,7 +16,7 @@ fi IUSE="gles2 +jit localstorage +widgets xml" # qtgui[gles2=] is needed because of bug 504322 -COMMON_DEPEND=" +RDEPEND=" ~dev-qt/qtcore-${PV} ~dev-qt/qtgui-${PV}[gles2=] ~dev-qt/qtnetwork-${PV} @@ -28,12 +28,9 @@ COMMON_DEPEND=" ~dev-qt/qtxmlpatterns-${PV} ) " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} ${PYTHON_DEPS} " -RDEPEND="${COMMON_DEPEND} - !