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 C473C138334 for ; Thu, 24 Oct 2019 10:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB4BE0824; Thu, 24 Oct 2019 10:22:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C937CE0824 for ; Thu, 24 Oct 2019 10:22:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6C5D034C364 for ; Thu, 24 Oct 2019 10:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70713891 for ; Thu, 24 Oct 2019 10:22:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1571912546.6063e01ae430bdc163a050d1e712e2e8f8d86428.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-db/man-db-2.8.7.ebuild sys-apps/man-db/man-db-9999.ebuild X-VCS-Directories: sys-apps/man-db/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6063e01ae430bdc163a050d1e712e2e8f8d86428 X-VCS-Branch: master Date: Thu, 24 Oct 2019 10:22:31 +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: 921a42ed-df70-49da-9043-815390c0a8a8 X-Archives-Hash: 7bd67eeaccb68208db1d92824ed5757a commit: 6063e01ae430bdc163a050d1e712e2e8f8d86428 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 24 10:10:54 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 24 10:22:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6063e01a sys-apps/man-db: Fixed dependency for berkdb Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> sys-apps/man-db/man-db-2.8.7.ebuild | 2 +- sys-apps/man-db/man-db-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/man-db/man-db-2.8.7.ebuild b/sys-apps/man-db/man-db-2.8.7.ebuild index 4d2bfc884fe..f4fbb8a7f88 100644 --- a/sys-apps/man-db/man-db-2.8.7.ebuild +++ b/sys-apps/man-db/man-db-2.8.7.ebuild @@ -23,8 +23,8 @@ CDEPEND=" !sys-apps/man >=dev-libs/libpipeline-1.5.0 sys-apps/groff - berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm:= ) + !gdbm? ( berkdb? ( sys-libs/db:= ) ) !berkdb? ( !gdbm? ( sys-libs/gdbm:= ) ) seccomp? ( sys-libs/libseccomp ) zlib? ( sys-libs/zlib ) diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild index 0d01ad57258..dffc4b56907 100644 --- a/sys-apps/man-db/man-db-9999.ebuild +++ b/sys-apps/man-db/man-db-9999.ebuild @@ -23,8 +23,8 @@ CDEPEND=" !sys-apps/man >=dev-libs/libpipeline-1.5.0 sys-apps/groff - berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm:= ) + !gdbm? ( berkdb? ( sys-libs/db:= ) ) !berkdb? ( !gdbm? ( sys-libs/gdbm:= ) ) seccomp? ( sys-libs/libseccomp ) zlib? ( sys-libs/zlib )