diff options
author | Brian Evans <grknight@gentoo.org> | 2021-02-07 10:07:28 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-02-07 10:09:38 -0500 |
commit | 133185247ecebbea59813a5ca4711137ee522a98 (patch) | |
tree | 02fd8207ee103256502377c58cd95cb7a8b5bdfa /lxde-base/lxdm | |
parent | app-misc/emelfm2: Drop 0.9.1-r4, EAPI5-- (diff) | |
download | gentoo-133185247ecebbea59813a5ca4711137ee522a98.tar.gz gentoo-133185247ecebbea59813a5ca4711137ee522a98.tar.bz2 gentoo-133185247ecebbea59813a5ca4711137ee522a98.zip |
lxde-base/lxdm: Move gettext from DEPEND to BDEPEND
Only affects cross-compilation
Closes: https://bugs.gentoo.org/764374
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'lxde-base/lxdm')
-rw-r--r-- | lxde-base/lxdm/lxdm-0.5.3-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild index b19ecf62963d..cbc776c32d78 100644 --- a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild +++ b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild @@ -18,7 +18,6 @@ IUSE="debug elogind nls pam systemd" DEPEND=" x11-libs/libxcb x11-libs/gtk+:3 - nls? ( sys-devel/gettext ) pam? ( sys-libs/pam )" # We only use the pam modules and not actually link to the code RDEPEND="${DEPEND} @@ -26,7 +25,9 @@ RDEPEND="${DEPEND} systemd? ( sys-apps/systemd[pam] ) " BDEPEND=">=dev-util/intltool-0.40 - virtual/pkgconfig" + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" DOCS=( AUTHORS README TODO ) REQUIRED_USE="?? ( elogind systemd ) elogind? ( pam ) systemd? ( pam )" |