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 DA5641393F1 for ; Wed, 16 Sep 2015 13:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D581FE085A; Wed, 16 Sep 2015 13:15:35 +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 83866E085A for ; Wed, 16 Sep 2015 13:15:35 +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 2A494340817 for ; Wed, 16 Sep 2015 13:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36CFB18C for ; Wed, 16 Sep 2015 13:15:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1442409288.38a27722d7d2d575a30a4c9e6e9ae534281ef15b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm/lightdm-1.16.0.ebuild X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 38a27722d7d2d575a30a4c9e6e9ae534281ef15b X-VCS-Branch: master Date: Wed, 16 Sep 2015 13:15:31 +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: 6da794c1-752c-4b3e-96c9-7a0c440c9f64 X-Archives-Hash: ee29b8fc9f172990c2ada2a112b0da3f commit: 38a27722d7d2d575a30a4c9e6e9ae534281ef15b Author: Lars Wendler gentoo org> AuthorDate: Wed Sep 16 13:14:48 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Sep 16 13:14:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a27722 x11-misc/lightdm: Added qt5 support with kind permission from hwoarang. Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler gentoo.org> x11-misc/lightdm/lightdm-1.16.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/x11-misc/lightdm/lightdm-1.16.0.ebuild b/x11-misc/lightdm/lightdm-1.16.0.ebuild index 2e7a4d3..bf9a442 100644 --- a/x11-misc/lightdm/lightdm-1.16.0.ebuild +++ b/x11-misc/lightdm/lightdm-1.16.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="+gtk +introspection kde qt4 +gnome" +IUSE="+gtk +introspection kde qt4 qt5 +gnome" REQUIRED_USE="|| ( gtk kde )" COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 @@ -28,6 +28,11 @@ COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 )" RDEPEND="${COMMON_DEPEND} >=sys-auth/pambase-20101024-r2" @@ -83,7 +88,7 @@ src_configure() { --disable-tests \ $(use_enable introspection) \ $(use_enable qt4 liblightdm-qt) \ - --disable-liblightdm-qt5 \ + $(use_enable qt5 liblightdm-qt5) \ --with-user-session=${_session} \ --with-greeter-session=${_greeter} \ --with-greeter-user=${_user} \