@@ -, +, @@ --- .../ca-certificates/ca-certificates-20190110.3.43.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/app-misc/ca-certificates/ca-certificates-20190110.3.43.ebuild +++ a/app-misc/ca-certificates/ca-certificates-20190110.3.43.ebuild @@ -69,9 +69,13 @@ if ${PRECOMPILED} ; then fi # c_rehash: we run `c_rehash` # debianutils: we run `run-parts` -RDEPEND="${DEPEND} +# no dedicated pkg_* dependencies, bug#660306 +MY_PKGINSTDEPS=" app-misc/c_rehash sys-apps/debianutils" +RDEPEND="${DEPEND} + !prefix-stack? ( ${MY_PKGINSTDEPS} )" +DEPEND+=" prefix-stack? ( ${MY_PKGINSTDEPS} )" if ! ${PRECOMPILED}; then DEPEND+=" ${PYTHON_DEPS}" --