summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2010-07-06 00:43:46 +0200
committerBertrand Jacquin <beber@meleeweb.net>2010-07-06 00:43:46 +0200
commita59c54129ca2e7341e93bf845578d19b63aef663 (patch)
tree5b3b46367380fb9088046f2eda9266b88664ea6e /eclass
parenthaproxy: bad manifest (diff)
downloadportage-a59c54129ca2e7341e93bf845578d19b63aef663.tar.xz
subversion is in dev-vcs now
Diffstat (limited to 'eclass')
-rw-r--r--eclass/subversion.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index a63d66a5..18995637 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -27,7 +27,7 @@ fi
DESCRIPTION="Based on the ${ECLASS} eclass"
-DEPEND="dev-util/subversion
+DEPEND="dev-vcs/subversion
net-misc/rsync"
# @ECLASS-VARIABLE: ESVN_STORE_DIR
@@ -184,8 +184,8 @@ subversion_fetch() {
case "${protocol}" in
http|https)
- if ! ROOT=/ built_with_use --missing true -o dev-util/subversion webdav-neon webdav-serf || \
- ROOT=/ built_with_use --missing false dev-util/subversion nowebdav; then
+ if ! ROOT=/ built_with_use --missing true -o dev-vcs/subversion webdav-neon webdav-serf || \
+ ROOT=/ built_with_use --missing false dev-vcs/subversion nowebdav; then
echo
eerror "In order to emerge this package, you need to"
eerror "reinstall Subversion with support for WebDAV."
@@ -221,7 +221,7 @@ subversion_fetch() {
ewarn "see \${ESVN_REPO_URI}"
fi
- if has_version ">=dev-util/subversion-1.6.0"; then
+ if has_version ">=dev-vcs/subversion-1.6.0"; then
options="${options} --config-option=config:auth:password-stores="
fi