From: Lars Wendler Date: Thu, 24 Oct 2019 10:10:54 +0000 (+0200) Subject: sys-apps/man-db: Fixed dependency for berkdb X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6063e01ae430bdc163a050d1e712e2e8f8d86428;p=gentoo.git sys-apps/man-db: Fixed dependency for berkdb Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler --- 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 4d2bfc884fe9..f4fbb8a7f88f 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 0d01ad57258f..dffc4b56907e 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 )