Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Thu, 05 Apr 2018 15:58:48
Message-Id: 1522943913.253d7a238f4e2d8fba5f6a95ac09d825ccfe308d.asturm@gentoo
1 commit: 253d7a238f4e2d8fba5f6a95ac09d825ccfe308d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 15:58:33 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:58:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253d7a23
7
8 x11-misc/sddm: Drop incorrect comment and DEPEND
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 x11-misc/sddm/sddm-0.17.0-r2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/x11-misc/sddm/sddm-0.17.0-r2.ebuild b/x11-misc/sddm/sddm-0.17.0-r2.ebuild
16 index 0baf9364f5e..8ea9f21b440 100644
17 --- a/x11-misc/sddm/sddm-0.17.0-r2.ebuild
18 +++ b/x11-misc/sddm/sddm-0.17.0-r2.ebuild
19 @@ -24,7 +24,6 @@ RDEPEND="
20 >=dev-qt/qtgui-5.6:5
21 >=dev-qt/qtnetwork-5.6:5
22 >=x11-base/xorg-server-1.15.1
23 - x11-libs/libXau
24 x11-libs/libxcb[xkb]
25 consolekit? ( >=sys-auth/consolekit-0.9.4 )
26 elogind? ( sys-auth/elogind )
27 @@ -43,7 +42,7 @@ PATCHES=(
28 "${FILESDIR}/${PN}-0.12.0-respect-user-flags.patch" # fix for flags handling and bug 563108
29 "${FILESDIR}/${PN}-0.16.0-Xsession.patch" # bug 611210
30 "${FILESDIR}/${PN}-0.16.0-ck2-revert.patch" # bug 633920
31 - # not yet upstream, fixing issues caused by hostname changes
32 + # TODO: not yet upstream
33 "${FILESDIR}/${P}-switchtogreeter.patch" # bugs 644718, 649888
34 )