Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685258
Collapse All | Expand All

(-)a/app-misc/ca-certificates/ca-certificates-20190110.3.43.ebuild (-2 / +5 lines)
Lines 69-77 if ${PRECOMPILED} ; then Link Here
69
fi
69
fi
70
# c_rehash: we run `c_rehash`
70
# c_rehash: we run `c_rehash`
71
# debianutils: we run `run-parts`
71
# debianutils: we run `run-parts`
72
RDEPEND="${DEPEND}
72
# no dedicated pkg_* dependencies, bug#660306
73
MY_PKGINSTDEPS="
73
	app-misc/c_rehash
74
	app-misc/c_rehash
74
	sys-apps/debianutils"
75
	sys-apps/debianutils"
76
RDEPEND="${DEPEND}
77
	!prefix-stack? ( ${MY_PKGINSTDEPS} )"
78
DEPEND+=" prefix-stack?  ( ${MY_PKGINSTDEPS} )"
75
79
76
if ! ${PRECOMPILED}; then
80
if ! ${PRECOMPILED}; then
77
	DEPEND+=" ${PYTHON_DEPS}"
81
	DEPEND+=" ${PYTHON_DEPS}"
78
- 

Return to bug 685258