summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2006-01-07 23:46:57 +0000
committerBrian Harring <ferringb@gentoo.org>2006-01-07 23:46:57 +0000
commitdc16d6d5f9c875113551e3fe0ef66ac3fc275a01 (patch)
treeda563db55ec6095d85745be0ea4a29e6d91ec2b8 /eclass/horde.eclass
parentmake sure all S are quoted (diff)
downloadgentoo-2-dc16d6d5f9c875113551e3fe0ef66ac3fc275a01.tar.gz
gentoo-2-dc16d6d5f9c875113551e3fe0ef66ac3fc275a01.tar.bz2
gentoo-2-dc16d6d5f9c875113551e3fe0ef66ac3fc275a01.zip
look ma, I'm touching eclasses!
introducing PORTAGE_ACTUAL_DISTDIR support for bug 117440, DISTDIR symlink indirection (blocks all unstated access to DISTDIR). Also breaks these eclasses since they have unstated access...
Diffstat (limited to 'eclass/horde.eclass')
-rw-r--r--eclass/horde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass
index 759a725ca755..42c03f4e8391 100644
--- a/eclass/horde.eclass
+++ b/eclass/horde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.26 2005/12/13 03:17:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.27 2006/01/07 23:46:57 ferringb Exp $
#
# Help manage the horde project http://www.horde.org/
#
@@ -40,7 +40,7 @@ if [[ ${PN} != ${PN/-cvs} ]] ; then
ECVS_SERVER="anoncvs.horde.org:/repository"
ECVS_MODULE="${HORDE_PN}"
- ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
+ ECVS_TOP_DIR="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/cvs-src/${PN}"
ECVS_USER="cvsread"
ECVS_PASS="horde"