Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxdm/
Date: Sun, 07 Feb 2021 14:33:58
Message-Id: 1612708428.941587666974f3be867ff2dd18c68d92881403d0.grknight@gentoo
1 commit: 941587666974f3be867ff2dd18c68d92881403d0
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 14:30:02 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 14:33:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94158766
7
8 lxde-base/lxdm: Drop gtk3 USE; Replace eutils for l10n inherit
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 lxde-base/lxdm/lxdm-0.5.3-r2.ebuild | 12 +++++-------
13 1 file changed, 5 insertions(+), 7 deletions(-)
14
15 diff --git a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
16 index b15ace55d6d..b19ecf62963 100644
17 --- a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
18 +++ b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
19 @@ -1,10 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -# Using strip-linguas in eutils
27 -inherit eutils autotools systemd
28 +inherit l10n autotools systemd
29
30 DESCRIPTION="LXDE Display Manager"
31 HOMEPAGE="https://wiki.lxde.org/en/LXDM"
32 @@ -14,12 +13,11 @@ LICENSE="GPL-3"
33 SLOT="0"
34 KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
35
36 -IUSE="debug elogind +gtk3 nls pam systemd"
37 +IUSE="debug elogind nls pam systemd"
38
39 DEPEND="
40 x11-libs/libxcb
41 - gtk3? ( x11-libs/gtk+:3 )
42 - !gtk3? ( x11-libs/gtk+:2 )
43 + x11-libs/gtk+:3
44 nls? ( sys-devel/gettext )
45 pam? ( sys-libs/pam )"
46 # We only use the pam modules and not actually link to the code
47 @@ -59,7 +57,7 @@ src_configure() {
48 --with-xconn=xcb \
49 --with-systemdsystemunitdir=$(systemd_get_systemunitdir) \
50 --disable-consolekit \
51 - $(use_enable gtk3) \
52 + --enable-gtk3 \
53 $(use_enable nls) \
54 $(use_enable debug) \
55 $(use_with pam)