summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-10-24 12:10:54 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-10-24 12:22:26 +0200
commit6063e01ae430bdc163a050d1e712e2e8f8d86428 (patch)
tree9e3329560ecc553dee44e99517ad03c1dc01eb93 /sys-apps/man-db
parentsys-apps/man-db: live ebuild requires gnulib sources (diff)
downloadgentoo-6063e01ae430bdc163a050d1e712e2e8f8d86428.tar.gz
gentoo-6063e01ae430bdc163a050d1e712e2e8f8d86428.tar.bz2
gentoo-6063e01ae430bdc163a050d1e712e2e8f8d86428.zip
sys-apps/man-db: Fixed dependency for berkdb
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/man-db')
-rw-r--r--sys-apps/man-db/man-db-2.8.7.ebuild2
-rw-r--r--sys-apps/man-db/man-db-9999.ebuild2
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 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 )