Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Thu, 24 Jun 2021 23:28:02
Message-Id: 1624577260.ecee0fc84188e4955961d5a35bc5a1afeae1eaad.sam@gentoo
1 commit: ecee0fc84188e4955961d5a35bc5a1afeae1eaad
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 23:18:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 23:27:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecee0fc8
7
8 x11-misc/sddm: add dependency on virtual/libcrypt
9
10 Needed for libxcrypt migration which is upcoming.
11
12 Acked-by: David Seifert <soap <AT> gentoo.org>
13 Reported-by: Ionen Wolkens <ionen <AT> gentoo.org>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 x11-misc/sddm/{sddm-0.15.0.ebuild => sddm-0.15.0-r1.ebuild} | 3 ++-
17 x11-misc/sddm/{sddm-0.18.1-r3.ebuild => sddm-0.18.1-r4.ebuild} | 3 ++-
18 2 files changed, 4 insertions(+), 2 deletions(-)
19
20 diff --git a/x11-misc/sddm/sddm-0.15.0.ebuild b/x11-misc/sddm/sddm-0.15.0-r1.ebuild
21 similarity index 96%
22 rename from x11-misc/sddm/sddm-0.15.0.ebuild
23 rename to x11-misc/sddm/sddm-0.15.0-r1.ebuild
24 index 115926b2651..e510b699867 100644
25 --- a/x11-misc/sddm/sddm-0.15.0.ebuild
26 +++ b/x11-misc/sddm/sddm-0.15.0-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2020 Gentoo Authors
29 +# Copyright 1999-2021 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=6
33 @@ -22,6 +22,7 @@ RDEPEND="
34 >=dev-qt/qtgui-5.6:5
35 >=dev-qt/qtdeclarative-5.6:5
36 >=dev-qt/qtnetwork-5.6:5
37 + virtual/libcrypt:=
38 >=x11-base/xorg-server-1.15.1
39 x11-libs/libxcb[xkb]
40 elogind? ( sys-auth/elogind )
41
42 diff --git a/x11-misc/sddm/sddm-0.18.1-r3.ebuild b/x11-misc/sddm/sddm-0.18.1-r4.ebuild
43 similarity index 98%
44 rename from x11-misc/sddm/sddm-0.18.1-r3.ebuild
45 rename to x11-misc/sddm/sddm-0.18.1-r4.ebuild
46 index b2925b5571e..74d55d1da26 100644
47 --- a/x11-misc/sddm/sddm-0.18.1-r3.ebuild
48 +++ b/x11-misc/sddm/sddm-0.18.1-r4.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 +# Copyright 1999-2021 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 @@ -30,6 +30,7 @@ RDEPEND="
56 >=dev-qt/qtdeclarative-5.9.4:5
57 >=dev-qt/qtgui-5.9.4:5
58 >=dev-qt/qtnetwork-5.9.4:5
59 + virtual/libcrypt:=
60 >=x11-base/xorg-server-1.15.1
61 x11-libs/libxcb[xkb]
62 elogind? ( sys-auth/elogind )