From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05B581382C5 for ; Sun, 7 Feb 2021 15:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 209CFE0841; Sun, 7 Feb 2021 15:09:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 057BDE0841 for ; Sun, 7 Feb 2021 15:09:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7BC5343AE5 for ; Sun, 7 Feb 2021 15:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B11CC3 for ; Sun, 7 Feb 2021 15:09:42 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1612710578.133185247ecebbea59813a5ca4711137ee522a98.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxdm/lxdm-0.5.3-r2.ebuild X-VCS-Directories: lxde-base/lxdm/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 133185247ecebbea59813a5ca4711137ee522a98 X-VCS-Branch: master Date: Sun, 7 Feb 2021 15:09:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e0a1507-78c4-4929-8332-4fa3422d0ba5 X-Archives-Hash: be358340388bd0712df9c8ebade7ca07 commit: 133185247ecebbea59813a5ca4711137ee522a98 Author: Brian Evans gentoo org> AuthorDate: Sun Feb 7 15:07:28 2021 +0000 Commit: Brian Evans gentoo 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 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 )"