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 780431387D3 for ; Sat, 25 Oct 2014 23:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85136E0A9B; Sat, 25 Oct 2014 23:17:44 +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 38FB0E0A9B for ; Sat, 25 Oct 2014 23:17:44 +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 0FF41340450 for ; Sat, 25 Oct 2014 23:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFC6C8BD1 for ; Sat, 25 Oct 2014 23:17:41 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1414279055.77267c53f164668a08c4b6120c19bc944649f484.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-qtplugin/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 77267c53f164668a08c4b6120c19bc944649f484 X-VCS-Branch: master Date: Sat, 25 Oct 2014 23:17:41 +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: 04814c98-5014-4424-89a6-9a55a2cba83a X-Archives-Hash: 845c90683f8acd54c9237a1b8c0c4470 commit: 77267c53f164668a08c4b6120c19bc944649f484 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat Oct 25 23:17:35 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sat Oct 25 23:17:35 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=77267c53 [lxqt-base/lxqt-qtplugin] update live ebuild, drop QT4 support --- lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild index c4d572b..64b1172 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild @@ -14,15 +14,16 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" - S=${WORKDIR} fi LICENSE="LGPL-2.1+" SLOT="0" -DEPEND="lxqt-base/liblxqt - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 +DEPEND=" + dev-qt/linguist-tools:5 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + ~lxqt-base/liblxqt-${PV} x11-libs/libX11" RDEPEND="${DEPEND}"