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 D637715802F for ; Wed, 29 Mar 2023 09:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901C52BC007; Wed, 29 Mar 2023 07:19:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3F29C2BC007 for ; Wed, 29 Mar 2023 07:19:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E3D33412F4 for ; Wed, 29 Mar 2023 07:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F27239BF for ; Wed, 29 Mar 2023 07:19:23 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1680074280.ca0fc6099e2e937fe858c384ec71a7a984b9205e.eras@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.8.0-r1.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: ca0fc6099e2e937fe858c384ec71a7a984b9205e X-VCS-Branch: master Date: Wed, 29 Mar 2023 07:19:23 +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: c74f16f3-64e8-4111-a52b-1694e4dccaf9 X-Archives-Hash: 08aec6dca915ed82f065dd3ac89e3cbd commit: ca0fc6099e2e937fe858c384ec71a7a984b9205e Author: Eray Aslan gentoo org> AuthorDate: Wed Mar 29 07:18:00 2023 +0000 Commit: Eray Aslan gentoo org> CommitDate: Wed Mar 29 07:18:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0fc609 app-crypt/heimdal: fix otp dependency on berkdb Closes: https://bugs.gentoo.org/717740 Signed-off-by: Eray Aslan gentoo.org> app-crypt/heimdal/heimdal-7.8.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild index 7e276c9c25ba..b1f928b677ed 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild @@ -19,6 +19,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 s IUSE="afs +berkdb caps gdbm hdb-ldap +lmdb otp selinux ssl static-libs test X" RESTRICT="!test? ( test )" +# 717740 +REQUIRED_USE="otp? ( berkdb )" + CDEPEND=" virtual/libcrypt:=[${MULTILIB_USEDEP}] ssl? (