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 9D7FC15808B for ; Sun, 17 Apr 2022 15:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89D96E0985; Sun, 17 Apr 2022 15:09:47 +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 41765E0967 for ; Sun, 17 Apr 2022 15:09:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5362834174A for ; Sun, 17 Apr 2022 15:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E92063B1 for ; Sun, 17 Apr 2022 15:09:42 +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: <1650208166.bb993c4fce43a27932e33d43eec2e0147964d075.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/heimdal/heimdal-7.7.0-r4.ebuild app-crypt/heimdal/heimdal-7.7.0-r5.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bb993c4fce43a27932e33d43eec2e0147964d075 X-VCS-Branch: master Date: Sun, 17 Apr 2022 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: 064f89e1-f69e-4363-ad1c-c5ac610b73ff X-Archives-Hash: fb80b5fe9116cb5d8544e0902ffd5f10 commit: bb993c4fce43a27932e33d43eec2e0147964d075 Author: David Seifert gentoo org> AuthorDate: Sun Apr 17 15:09:26 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 17 15:09:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb993c4f app-crypt/heimdal: remove sys-libs/e2fsprogs-libs dep Bug: https://bugs.gentoo.org/806875 Signed-off-by: David Seifert gentoo.org> .../heimdal/{heimdal-7.7.0-r4.ebuild => heimdal-7.7.0-r5.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-crypt/heimdal/heimdal-7.7.0-r4.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r5.ebuild similarity index 97% rename from app-crypt/heimdal/heimdal-7.7.0-r4.ebuild rename to app-crypt/heimdal/heimdal-7.7.0-r5.ebuild index 8036cbeb0073..bce9deb32fc0 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r4.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r5.ebuild @@ -29,10 +29,7 @@ CDEPEND=" lmdb? ( dev-db/lmdb:= ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}] - || ( - >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] - sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}] - ) + >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] sys-libs/ncurses:0= >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] afs? ( net-fs/openafs )