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 2DFBF158086 for ; Fri, 31 Dec 2021 17:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0B272BC03B; Fri, 31 Dec 2021 17:50:11 +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 169532BC03B for ; Fri, 31 Dec 2021 17:50:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3C77342D2F for ; Fri, 31 Dec 2021 17:50:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7207726F for ; Fri, 31 Dec 2021 17:50:06 +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: <1640972986.32a83bab871b6b4d2a09ebd8b63b8169b86ea468.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-r2.ebuild app-crypt/heimdal/heimdal-7.7.0-r3.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 32a83bab871b6b4d2a09ebd8b63b8169b86ea468 X-VCS-Branch: master Date: Fri, 31 Dec 2021 17:50:06 +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: 5b42bbb8-65b9-4a28-9060-a7d08b95759e X-Archives-Hash: a260e228a56f87f2ff25c01a29f90f32 commit: 32a83bab871b6b4d2a09ebd8b63b8169b86ea468 Author: David Seifert gentoo org> AuthorDate: Fri Dec 31 17:49:46 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 31 17:49:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a83bab app-crypt/heimdal: update for multilib sys-fs/e2fsprogs Bug: https://bugs.gentoo.org/806875 Signed-off-by: David Seifert gentoo.org> .../heimdal/{heimdal-7.7.0-r2.ebuild => heimdal-7.7.0-r3.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-crypt/heimdal/heimdal-7.7.0-r2.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r3.ebuild similarity index 97% rename from app-crypt/heimdal/heimdal-7.7.0-r2.ebuild rename to app-crypt/heimdal/heimdal-7.7.0-r3.ebuild index aef15e2c2985..877ceb3362f7 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r2.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r3.ebuild @@ -29,7 +29,10 @@ CDEPEND=" lmdb? ( dev-db/lmdb ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}] - >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}] + || ( + >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] + sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}] + ) sys-libs/ncurses:0= >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] afs? ( net-fs/openafs )