diff --git a/sdk_container/src/third_party/portage-stable/app-text/mandoc/mandoc-1.14.6.ebuild b/sdk_container/src/third_party/portage-stable/app-text/mandoc/mandoc-1.14.6.ebuild index f1a91a2a18..719908bffb 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/mandoc/mandoc-1.14.6.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/mandoc/mandoc-1.14.6.ebuild @@ -15,11 +15,11 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~spar IUSE="cgi selinux system-man test" RESTRICT="!test? ( test )" -RDEPEND="sys-libs/zlib +RDEPEND="virtual/zlib:= system-man? ( !sys-apps/man-db ) " DEPEND="${RDEPEND} - cgi? ( sys-libs/zlib[static-libs] ) + cgi? ( virtual/zlib:=[static-libs] ) " BDEPEND=" cgi? ( app-text/highlight )