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 50B971381F3 for ; Mon, 22 Jul 2013 15:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD908E09E2; Mon, 22 Jul 2013 15:17:54 +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 77400E09E2 for ; Mon, 22 Jul 2013 15:17:54 +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 2881C33DABF for ; Mon, 22 Jul 2013 15:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8371FE5458 for ; Mon, 22 Jul 2013 15:17:42 +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: <1374505715.3ca62c38fcef9839566f8271f4eeb6ee7cb9e974.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/sddm/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/sddm/sddm-9999.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 3ca62c38fcef9839566f8271f4eeb6ee7cb9e974 X-VCS-Branch: master Date: Mon, 22 Jul 2013 15:17:42 +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: b717f011-e37d-404f-8223-ab316687a809 X-Archives-Hash: 1f049e29203a9b0031c3779e60ac5132 commit: 3ca62c38fcef9839566f8271f4eeb6ee7cb9e974 Author: Ben de Groot gmail com> AuthorDate: Mon Jul 22 15:08:35 2013 +0000 Commit: Ben de Groot gentoo org> CommitDate: Mon Jul 22 15:08:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3ca62c38 x11-misc/sddm: add x11-libs/libxcb[xkb] use dep; fixes bug #477518 --- x11-misc/sddm/sddm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index 877c5a8..d8de80a 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE="^^ ( qt4 qt5 )" RDEPEND="sys-auth/pambase sys-power/upower - x11-libs/libxcb + x11-libs/libxcb[xkb] qt4? ( dev-qt/qtdeclarative:4 ) qt5? ( dev-qt/qtdeclarative:5 dev-qt/qtdbus:5 )"