diff options
| author | Maciej Mrozowski (reavertm) <reavertm@poczta.fm> | 2009-07-27 18:47:43 +0200 |
|---|---|---|
| committer | Maciej Mrozowski (reavertm) <reavertm@poczta.fm> | 2009-07-28 01:52:02 +0200 |
| commit | 81417032131413f5cf84cefa340d75b88b420786 (patch) | |
| tree | de95418be0051fd90d596430add1f2ba50effe51 /eclass/kde4-base.eclass | |
| parent | aa1c091779560ebe8f91f5da9745c14f95190069 (diff) | |
| download | kde-81417032131413f5cf84cefa340d75b88b420786.tar.gz kde-81417032131413f5cf84cefa340d75b88b420786.tar.bz2 kde-81417032131413f5cf84cefa340d75b88b420786.zip | |
[eclass] Fixed remaining issues with +=
Diffstat (limited to 'eclass/kde4-base.eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 9567e0fbe82..7c7d1c13101 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -236,6 +236,7 @@ debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: RDEPEND (only) is ${RDEPEND}" # Accumulate dependencies set by this eclass DEPEND+=" ${COMMONDEPEND}" RDEPEND+=" ${COMMONDEPEND}" +unset COMMONDEPEND # Fetch section - If the ebuild's category is not 'kde-base' and if it is not a # koffice ebuild, the URI should be set in the ebuild itself @@ -492,7 +493,7 @@ kde4-base_src_configure() { fi # Set distribution name - [[ ${PN} = kdelibs ]] && cmakeargs="${cmakeargs} -DKDE_DISTRIBUTION_TEXT=Gentoo" + [[ ${PN} = kdelibs ]] && cmakeargs+=" -DKDE_DISTRIBUTION_TEXT=Gentoo" # Here we set the install prefix cmakeargs+=" -DCMAKE_INSTALL_PREFIX=${PREFIX}" |
