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 7570F1381FB for ; Wed, 26 Dec 2012 14:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A22AE063F; Wed, 26 Dec 2012 14:53:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB4EAE063F for ; Wed, 26 Dec 2012 14:53:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FCF833D94F for ; Wed, 26 Dec 2012 14:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33719E543D for ; Wed, 26 Dec 2012 14:53:28 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1356533388.da2bfe347cb4f641eb9da4fcfab58c66dac9e25c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-misc/lightdm-kde/ X-VCS-Repository: proj/kde X-VCS-Files: x11-misc/lightdm-kde/lightdm-kde-9999.ebuild X-VCS-Directories: x11-misc/lightdm-kde/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: da2bfe347cb4f641eb9da4fcfab58c66dac9e25c X-VCS-Branch: master Date: Wed, 26 Dec 2012 14:53: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: eed4648f-a600-4776-ad21-56fd697c0459 X-Archives-Hash: 2554e976c67a796a34c73c2371fcb09c commit: da2bfe347cb4f641eb9da4fcfab58c66dac9e25c Author: Michael Palimaka gentoo org> AuthorDate: Wed Dec 26 14:49:48 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Dec 26 14:49:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=da2bfe34 [x11-misc/lightdm-kde] Sync with portage. Package-Manager: portage-2.1.11.38 --- x11-misc/lightdm-kde/lightdm-kde-9999.ebuild | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild b/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild index 1187470..ad43e21 100644 --- a/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild +++ b/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild @@ -2,10 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_MINIMAL="4.8" EGIT_REPONAME="${PN/-kde/}" +KDE_LINGUAS="cs da de el es et fi fr ga hu it ja km lt nds nl pl pt pt_BR ro sk sv uk" inherit kde4-base DESCRIPTION="LightDM KDE greeter" @@ -17,5 +18,9 @@ KEYWORDS="" SLOT="4" IUSE="debug" -DEPEND=">=x11-misc/lightdm-1.4.0[qt4]" +DEPEND=" + x11-libs/libX11 + x11-libs/qt-declarative:4 + >=x11-misc/lightdm-1.3.2[qt4] +" RDEPEND="${DEPEND}"