summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-08-11 19:30:22 +0000
committerDan Armak <danarmak@gentoo.org>2002-08-11 19:30:22 +0000
commit2602e89bd3af06dab35148037b3e58b0e0d7283c (patch)
tree11eb491b7cedf3c32361cf725d2ba80116779c34 /eclass/kde-source.eclass
parentHopefully fixed a few compilation/installation errors as well as a sandbox vi... (diff)
downloadgentoo-2-2602e89bd3af06dab35148037b3e58b0e0d7283c.tar.gz
gentoo-2-2602e89bd3af06dab35148037b3e58b0e0d7283c.tar.bz2
gentoo-2-2602e89bd3af06dab35148037b3e58b0e0d7283c.zip
fix problem where the cvs dep wasn't added correctly by the cvs ebuild
Diffstat (limited to 'eclass/kde-source.eclass')
-rw-r--r--eclass/kde-source.eclass12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/kde-source.eclass b/eclass/kde-source.eclass
index d669b164be04..6197ca55dadd 100644
--- a/eclass/kde-source.eclass
+++ b/eclass/kde-source.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.5 2002/08/04 09:38:10 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.6 2002/08/11 19:30:22 danarmak Exp $
# This is for kde-base cvs ebuilds. Read comments about settings.
# It uses $S and sets $SRC_URI, so inherit it as late as possible (certainly after any other eclasses).
@@ -36,6 +36,11 @@ INHERITED="$INHERITED $ECLASS"
# Other variables: see cvs.eclass
+# we do this here and not in the very beginning because we need to keep
+# the configuration order intact: env. and profile settings override
+# kde-source.eclass defaults, which in turn override cvs.eclass defaults
+inherit cvs
+
# --- end user-configurable settings ---
S="$WORKDIR/$ECVS_MODULE"
@@ -52,11 +57,6 @@ kde-source_src_unpack() {
debug-print-function $FUNCNAME $*
- # we do this here and not in the very beginning because we need to keep
- # the configuration order intact: env. and profile settings override
- # kde-source.eclass defaults, which in turn override cvs.eclass defaults
- inherit cvs
-
cvs_src_unpack
# subdirs of kde modules get special treatment that is designed for