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 455F81381F3 for ; Wed, 4 Sep 2013 17:54:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A25E0F1E; Wed, 4 Sep 2013 17:54:01 +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 AFA60E0F1E for ; Wed, 4 Sep 2013 17:54:00 +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 B549033ED69 for ; Wed, 4 Sep 2013 17:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6835EE468F for ; Wed, 4 Sep 2013 17:53:58 +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: <1378317059.026957a6cb8b109c644b5e95857831e781def8e9.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.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 026957a6cb8b109c644b5e95857831e781def8e9 X-VCS-Branch: master Date: Wed, 4 Sep 2013 17:53:58 +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: cd79376f-54f2-468f-bef4-c525b85dba0f X-Archives-Hash: 5d21c3bede366988e7745c4df0f6537f commit: 026957a6cb8b109c644b5e95857831e781def8e9 Author: Michael Palimaka gentoo org> AuthorDate: Wed Sep 4 17:50:59 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Sep 4 17:50:59 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=026957a6 [dev-qt/qtdeclarative] Remove dependency that is no longer required. It went away in upstream commit 606e06a4ac118f73cb198f99fb3f3feff7f2c15c. Package-Manager: portage-2.2.1 --- dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild index 3e7ad81..c374c6c 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild @@ -22,7 +22,6 @@ IUSE="localstorage" DEPEND=" >=dev-qt/qtcore-${PV}:5[debug=] >=dev-qt/qtgui-${PV}:5[debug=,opengl] - >=dev-qt/qtjsbackend-${PV}:5[debug=] >=dev-qt/qtnetwork-${PV}:5[debug=] >=dev-qt/qttest-${PV}:5[debug=] >=dev-qt/qtwidgets-${PV}:5[debug=]