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 B573A1387D3 for ; Sat, 25 Oct 2014 23:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FEA0E0D52; Sat, 25 Oct 2014 23:13:32 +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 A909CE0D52 for ; Sat, 25 Oct 2014 23:13:31 +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 68D543402B4 for ; Sat, 25 Oct 2014 23:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 949878BCA for ; Sat, 25 Oct 2014 23:13:28 +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: <1414278779.d255d8880105c2f4959267d44dfdd69a5d1ef13f.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-powermanagement/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-powermanagement/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: d255d8880105c2f4959267d44dfdd69a5d1ef13f X-VCS-Branch: master Date: Sat, 25 Oct 2014 23:13:28 +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: 9da9442b-b7c9-4e61-9a36-9626b6ac5550 X-Archives-Hash: c96086d01255d19de1197a7aed21fc04 commit: d255d8880105c2f4959267d44dfdd69a5d1ef13f Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat Oct 25 23:12:55 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sat Oct 25 23:12:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d255d888 [lxqt-base/lxqt-powermanagement] update live ebuild, drop QT4 support --- .../lxqt-powermanagement-9999.ebuild | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild index c087bb6..75ecc83 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild @@ -14,18 +14,22 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" - S=${WORKDIR} fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" -RDEPEND="dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - dev-qt/qtsvg:4 - lxqt-base/liblxqt - razorqt-base/libqtxdg +RDEPEND=" + dev-qt/linguist-tools:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + ~lxqt-base/liblxqt-${PV} + >=razorqt-base/libqtxdg-1.0.0 x11-libs/libX11 x11-libs/libxcb" DEPEND="${RDEPEND}