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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6C68158087 for ; Thu, 6 Jan 2022 10:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CBE82BC032; Thu, 6 Jan 2022 10:39:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27730E07F0 for ; Thu, 6 Jan 2022 10:39:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12D49342F38 for ; Thu, 6 Jan 2022 10:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0D328F for ; Thu, 6 Jan 2022 10:39:02 +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: <1641465521.25fb40c05a6bb5dd96344dd73251cabdaea457d6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild sys-libs/libxcrypt/libxcrypt-4.4.26-r1.ebuild sys-libs/libxcrypt/libxcrypt-4.4.27.ebuild X-VCS-Directories: sys-libs/libxcrypt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 25fb40c05a6bb5dd96344dd73251cabdaea457d6 X-VCS-Branch: master Date: Thu, 6 Jan 2022 10:39:02 +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: df92b477-1e31-46fa-a5e3-62c7b6252537 X-Archives-Hash: 4ca093b940b65c3bb438c32ab9009bc4 commit: 25fb40c05a6bb5dd96344dd73251cabdaea457d6 Author: David Seifert gentoo org> AuthorDate: Thu Jan 6 10:38:41 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jan 6 10:38:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fb40c0 sys-libs/libxcrypt: remove superfluous sys-apps/findutils dep Signed-off-by: David Seifert gentoo.org> sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild | 3 +-- sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild | 1 - sys-libs/libxcrypt/libxcrypt-4.4.26-r1.ebuild | 3 +-- sys-libs/libxcrypt/libxcrypt-4.4.27.ebuild | 3 +-- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild index 6b7c1ae7612f..9d57697c9416 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 2004-2021 Gentoo Authors +# Copyright 2004-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,6 @@ DEPEND="system? ( )" RDEPEND="${DEPEND}" BDEPEND="dev-lang/perl - sys-apps/findutils test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )" python_check_deps() { diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild index 046aa201cc37..c9559428437e 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild @@ -35,7 +35,6 @@ DEPEND="system? ( " RDEPEND="${DEPEND}" BDEPEND="dev-lang/perl - sys-apps/findutils test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )" python_check_deps() { diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.26-r1.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.26-r1.ebuild index fa017859016b..9bebb1243fee 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.26-r1.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2004-2021 Gentoo Authors +# Copyright 2004-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,6 @@ DEPEND="system? ( " RDEPEND="${DEPEND}" BDEPEND="dev-lang/perl - sys-apps/findutils test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )" python_check_deps() { diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.27.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.27.ebuild index fa017859016b..9bebb1243fee 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.27.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 2004-2021 Gentoo Authors +# Copyright 2004-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,6 @@ DEPEND="system? ( " RDEPEND="${DEPEND}" BDEPEND="dev-lang/perl - sys-apps/findutils test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )" python_check_deps() {