Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259543 | Differences between
and this patch

Collapse All | Expand All

(-)subversion.eclass (-1 / +5 lines)
Lines 27-35 Link Here
27
27
28
DESCRIPTION="Based on the ${ECLASS} eclass"
28
DESCRIPTION="Based on the ${ECLASS} eclass"
29
29
30
DEPEND="dev-util/subversion
30
SUBVERSION_DEPEND="dev-util/subversion
31
	net-misc/rsync"
31
	net-misc/rsync"
32
32
33
if [[ "${SUBVERSION_OPTIONAL}" != "yes" ]]; then
34
	DEPEND="${SUBVERSION_DEPEND}"
35
fi
36
33
# @ECLASS-VARIABLE: ESVN_STORE_DIR
37
# @ECLASS-VARIABLE: ESVN_STORE_DIR
34
# @DESCRIPTION:
38
# @DESCRIPTION:
35
# subversion sources store directory. Users may override this in /etc/make.conf
39
# subversion sources store directory. Users may override this in /etc/make.conf

Return to bug 259543