commit: 133185247ecebbea59813a5ca4711137ee522a98 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sun Feb 7 15:07:28 2021 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sun Feb 7 15:09:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13318524
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 <AT> gentoo.org> lxde-base/lxdm/lxdm-0.5.3-r2.ebuild | 5 +++-- 1 file 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 b19ecf62963..cbc776c32d7 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 )"
