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 25AC6138A1A for ; Tue, 10 Feb 2015 10:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB6EFE077B; Tue, 10 Feb 2015 10:44:38 +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 6E5CFE077B for ; Tue, 10 Feb 2015 10:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83F70340930 for ; Tue, 10 Feb 2015 10:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38D081172D for ; Tue, 10 Feb 2015 10:44:36 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1423565046.35c5479ad32aa29a6428bce6b000ca1f6b0daee9.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/liblxqt/liblxqt-9999.ebuild X-VCS-Directories: lxqt-base/liblxqt/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 35c5479ad32aa29a6428bce6b000ca1f6b0daee9 X-VCS-Branch: master Date: Tue, 10 Feb 2015 10:44:36 +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: 1fd3f7b2-7a73-4b06-97a6-3ed63f563f5b X-Archives-Hash: dc7a6ae85b369115a4e4168401406b0b commit: 35c5479ad32aa29a6428bce6b000ca1f6b0daee9 Author: Ben de Groot gentoo org> AuthorDate: Tue Feb 10 10:44:06 2015 +0000 Commit: Ben de Groot gentoo org> CommitDate: Tue Feb 10 10:44:06 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=35c5479a lxqt-base/liblxqt: update deps with kwindowsystem:5 --- lxqt-base/liblxqt/liblxqt-9999.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild index ad29a64..93c9cc7 100644 --- a/lxqt-base/liblxqt/liblxqt-9999.ebuild +++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild @@ -20,12 +20,6 @@ LICENSE="GPL-2 LGPL-2.1+" SLOT="0" DEPEND=">=dev-libs/libqtxdg-1.0.0 - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXfixes - x11-libs/libXrender dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -33,6 +27,13 @@ DEPEND=">=dev-libs/libqtxdg-1.0.0 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 + kde-frameworks/kwindowsystem:5 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXrender " RDEPEND="${DEPEND}"