summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-07 12:23:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-07 12:23:32 +0000
commit2481898678685df24936f6341baa795a68fc5d98 (patch)
tree9135a28ddfd75a57a0545c2f993e0d51ea212129 /eclass
parentVersion bump to development release. (diff)
downloadhistorical-2481898678685df24936f6341baa795a68fc5d98.tar.gz
historical-2481898678685df24936f6341baa795a68fc5d98.tar.bz2
historical-2481898678685df24936f6341baa795a68fc5d98.zip
Check for XDELTA_BASE before querying kdexdeltas useflag, avoid QA warnings.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde-meta.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass
index fe6b04aacb48..0a1651eddb4e 100644
--- a/eclass/kde-meta.eclass
+++ b/eclass/kde-meta.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/kde-meta.eclass,v 1.71 2006/04/07 11:53:16 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.72 2006/04/07 12:23:32 flameeyes Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
# Simone Gotti <motaboy@gentoo.org>
@@ -311,7 +311,7 @@ function kde-meta_src_unpack() {
# xdeltas require us to uncompress to a tar file first.
# $KMTARPARAMS is also available for an ebuild to use; currently used by kturtle
- if useq kdexdeltas && [[ -n "$XDELTA_BASE" ]]; then
+ if [[ -n "$XDELTA_BASE" ]] && useq kdexdeltas ; then
echo ">>> Base archive + xdelta patch mode enabled."
echo ">>> Uncompressing base archive..."
cd $T