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 15:09:46
Message-Id: 1612710578.133185247ecebbea59813a5ca4711137ee522a98.grknight@gentoo
1 commit: 133185247ecebbea59813a5ca4711137ee522a98
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 15:07:28 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 15:09:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13318524
7
8 lxde-base/lxdm: Move gettext from DEPEND to BDEPEND
9
10 Only affects cross-compilation
11
12 Closes: https://bugs.gentoo.org/764374
13 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
14
15 lxde-base/lxdm/lxdm-0.5.3-r2.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
19 index b19ecf62963..cbc776c32d7 100644
20 --- a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
21 +++ b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
22 @@ -18,7 +18,6 @@ IUSE="debug elogind nls pam systemd"
23 DEPEND="
24 x11-libs/libxcb
25 x11-libs/gtk+:3
26 - nls? ( sys-devel/gettext )
27 pam? ( sys-libs/pam )"
28 # We only use the pam modules and not actually link to the code
29 RDEPEND="${DEPEND}
30 @@ -26,7 +25,9 @@ RDEPEND="${DEPEND}
31 systemd? ( sys-apps/systemd[pam] )
32 "
33 BDEPEND=">=dev-util/intltool-0.40
34 - virtual/pkgconfig"
35 + virtual/pkgconfig
36 + nls? ( sys-devel/gettext )
37 +"
38 DOCS=( AUTHORS README TODO )
39
40 REQUIRED_USE="?? ( elogind systemd ) elogind? ( pam ) systemd? ( pam )"