Skip to content

Commit

Permalink
darcs.eclass: call 'darcs get --lazy' instead of 'darcs get --partial'
Browse files Browse the repository at this point in the history
'darcs get --partial' gone in darcs-2.8.0.
'darcs get --lazy' was introduced in darcs-2.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed May 30, 2012
1 parent 43d162a commit 1e762ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/darcs.eclass
Expand Up @@ -44,7 +44,7 @@ SRC_URI=""
# @ECLASS-VARIABLE: EDARCS_GET_CMD
# @DESCRIPTION:
# First fetch darcs command.
: ${EDARCS_GET_CMD:=get --partial}
: ${EDARCS_GET_CMD:=get --lazy}

# @ECLASS-VARIABLE: EDARCS_UPDATE_CMD
# @DESCRIPTION:
Expand Down

0 comments on commit 1e762ce

Please sign in to comment.