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/wdm/
Date: Sun, 18 Apr 2021 18:42:48
Message-Id: 1618771338.0982f726c3d94b238149942129de87704c7c5f1a.asturm@gentoo
1 commit: 0982f726c3d94b238149942129de87704c7c5f1a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 18:42:18 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 18:42:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0982f726
7
8 x11-misc/wdm: Fix EAPI-7 version bump (BDEPEND)
9
10 Bug: https://bugs.gentoo.org/659652
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/wdm/wdm-1.28-r7.ebuild | 14 +++++++-------
15 1 file changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/x11-misc/wdm/wdm-1.28-r7.ebuild b/x11-misc/wdm/wdm-1.28-r7.ebuild
18 index d94c2400480..b543d0c3a3a 100644
19 --- a/x11-misc/wdm/wdm-1.28-r7.ebuild
20 +++ b/x11-misc/wdm/wdm-1.28-r7.ebuild
21 @@ -2,6 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 +
26 inherit autotools pam toolchain-funcs
27
28 DESCRIPTION="WINGs Display Manager"
29 @@ -13,7 +14,7 @@ SLOT="0"
30 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
31 IUSE="pam selinux truetype"
32
33 -COMMON_DEPEND="
34 +DEPEND="
35 >=x11-wm/windowmaker-0.70.0
36 x11-libs/libXmu
37 x11-libs/libXpm
38 @@ -21,15 +22,14 @@ COMMON_DEPEND="
39 pam? ( sys-libs/pam )
40 truetype? ( x11-libs/libXft )
41 "
42 -DEPEND="
43 - ${COMMON_DEPEND}
44 +RDEPEND="${DEPEND}
45 + pam? ( >=sys-auth/pambase-20080219.1 )
46 +"
47 +BDEPEND="
48 sys-devel/gettext
49 virtual/pkgconfig
50 "
51 -RDEPEND="
52 - ${COMMON_DEPEND}
53 - pam? ( >=sys-auth/pambase-20080219.1 )
54 -"
55 +
56 PATCHES=(
57 "${FILESDIR}"/${P}-terminateServer.patch
58 "${FILESDIR}"/${P}-remove-fakehome.patch