From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B755A1381FA for ; Thu, 22 May 2014 19:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6346E09A4; Thu, 22 May 2014 19:52:17 +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 811F9E09A4 for ; Thu, 22 May 2014 19:52:17 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64BA133FD8F for ; Thu, 22 May 2014 19:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D20451818D for ; Thu, 22 May 2014 19:52:14 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1400786460.de2ceaed88fdb5224dd9267be02f16d7c361cd27.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwidgets/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwidgets/qtwidgets-5.9999.ebuild X-VCS-Directories: dev-qt/qtwidgets/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: de2ceaed88fdb5224dd9267be02f16d7c361cd27 X-VCS-Branch: master Date: Thu, 22 May 2014 19:52:14 +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: 61499b20-a61b-4d8f-a9fe-f1923b1db519 X-Archives-Hash: 235b75b15580d4e061aaef04d9681e62 commit: de2ceaed88fdb5224dd9267be02f16d7c361cd27 Author: Axel Rasmussen gmail com> AuthorDate: Thu May 22 19:21:00 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu May 22 19:21:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=de2ceaed [dev-qt/qtwidgets:5] Remove accessible plugin from ebuild Upstream has made the accessibility plugin part of the normal widgets code, instead of being a separate plugin. This fixes build failures stating that "src/plugins/accessible" cannot be found when building with upstream commit eaee2bd0. --- dev-qt/qtwidgets/qtwidgets-5.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild b/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild index 9af75b2..512ce2f 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.9999.ebuild @@ -27,5 +27,4 @@ RDEPEND="${DEPEND}" QT5_TARGET_SUBDIRS=( src/tools/uic src/widgets - src/plugins/accessible )