From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E27F81382C5 for ; Thu, 5 Apr 2018 15:58:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 028D8E0E09; Thu, 5 Apr 2018 15:58:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1990E0E09 for ; Thu, 5 Apr 2018 15:58:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B46B9335C43 for ; Thu, 5 Apr 2018 15:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDE826A for ; Thu, 5 Apr 2018 15:58:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1522943913.253d7a238f4e2d8fba5f6a95ac09d825ccfe308d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.17.0-r2.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 253d7a238f4e2d8fba5f6a95ac09d825ccfe308d X-VCS-Branch: master Date: Thu, 5 Apr 2018 15:58:45 +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: f23bdd79-83d3-4da1-ba03-3feaaca6258b X-Archives-Hash: d6dadccbc4723face40b9c4c912629e0 commit: 253d7a238f4e2d8fba5f6a95ac09d825ccfe308d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 15:58:33 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 15:58:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253d7a23 x11-misc/sddm: Drop incorrect comment and DEPEND Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-misc/sddm/sddm-0.17.0-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-misc/sddm/sddm-0.17.0-r2.ebuild b/x11-misc/sddm/sddm-0.17.0-r2.ebuild index 0baf9364f5e..8ea9f21b440 100644 --- a/x11-misc/sddm/sddm-0.17.0-r2.ebuild +++ b/x11-misc/sddm/sddm-0.17.0-r2.ebuild @@ -24,7 +24,6 @@ RDEPEND=" >=dev-qt/qtgui-5.6:5 >=dev-qt/qtnetwork-5.6:5 >=x11-base/xorg-server-1.15.1 - x11-libs/libXau x11-libs/libxcb[xkb] consolekit? ( >=sys-auth/consolekit-0.9.4 ) elogind? ( sys-auth/elogind ) @@ -43,7 +42,7 @@ PATCHES=( "${FILESDIR}/${PN}-0.12.0-respect-user-flags.patch" # fix for flags handling and bug 563108 "${FILESDIR}/${PN}-0.16.0-Xsession.patch" # bug 611210 "${FILESDIR}/${PN}-0.16.0-ck2-revert.patch" # bug 633920 - # not yet upstream, fixing issues caused by hostname changes + # TODO: not yet upstream "${FILESDIR}/${P}-switchtogreeter.patch" # bugs 644718, 649888 )