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 05F621382C5 for ; Sat, 29 May 2021 19:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C70C0E083B; Sat, 29 May 2021 19:03:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 90C99E0831 for ; Sat, 29 May 2021 19:03:38 +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 C68B1340F65 for ; Sat, 29 May 2021 19:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A4E7AF for ; Sat, 29 May 2021 19:03:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622314983.7751caa6d65d848ad889de0efe58b31ba3ca7696.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/cracklib/cracklib-2.9.7.ebuild X-VCS-Directories: sys-libs/cracklib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7751caa6d65d848ad889de0efe58b31ba3ca7696 X-VCS-Branch: master Date: Sat, 29 May 2021 19:03:32 +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: f1f585dd-1d9c-4bd5-8df5-1ee6409ef7fa X-Archives-Hash: aa9208d1954f8cc6fede13d89da549e5 commit: 7751caa6d65d848ad889de0efe58b31ba3ca7696 Author: Sam James gentoo org> AuthorDate: Sat May 29 19:03:03 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 29 19:03:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7751caa6 sys-libs/cracklib: add missing NLS dependencies * Calls gettext at build time * Links against libintl Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> sys-libs/cracklib/cracklib-2.9.7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/cracklib/cracklib-2.9.7.ebuild b/sys-libs/cracklib/cracklib-2.9.7.ebuild index fa489b104de..b2cada86052 100644 --- a/sys-libs/cracklib/cracklib-2.9.7.ebuild +++ b/sys-libs/cracklib/cracklib-2.9.7.ebuild @@ -24,9 +24,11 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="python? ( ${PYTHON_DEPS} ) zlib? ( >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} + nls? ( virtual/libintl ) python? ( dev-python/setuptools[${PYTHON_USEDEP}] )" +BDEPEND="nls? ( sys-devel/gettext )" S="${WORKDIR}/${MY_P}"