diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-03-14 12:31:41 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-03-14 12:31:41 +0000 |
commit | 8038efcedf1dce2cc7663fbe4f7041f3a0c44d5e (patch) | |
tree | 6eedf44327244f139703829139db7d7fbc4f6efd /eclass/darcs.eclass | |
parent | Copied dev-util/darcs to dev-vcs/darcs. (repoman --force due to comitting new... (diff) | |
download | gentoo-2-8038efcedf1dce2cc7663fbe4f7041f3a0c44d5e.tar.gz gentoo-2-8038efcedf1dce2cc7663fbe4f7041f3a0c44d5e.tar.bz2 gentoo-2-8038efcedf1dce2cc7663fbe4f7041f3a0c44d5e.zip |
Update darcs.eclass to use dev-vcs/darcs instead of dev-util/darcs.
Diffstat (limited to 'eclass/darcs.eclass')
-rw-r--r-- | eclass/darcs.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass index 02e8ad17fbc7..c6366621c156 100644 --- a/eclass/darcs.eclass +++ b/eclass/darcs.eclass @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/darcs.eclass,v 1.7 2008/05/14 18:13:14 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/darcs.eclass,v 1.8 2010/03/14 12:31:41 kolmodin Exp $ # # darcs eclass author: Andres Loeh <kosmikus@gentoo.org> # tla eclass author: <rphillips@gentoo.org> @@ -51,7 +51,7 @@ SRC_URI="" # --- end ebuild-configurable settings --- # add darcs to deps -DEPEND="dev-util/darcs" +DEPEND="dev-vcs/darcs" # is called from darcs_src_unpack darcs_fetch() { |