summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJonathan Callen <en.ABCD@gmail.com>2009-09-03 04:19:50 -0400
committerJonathan Callen <en.ABCD@gmail.com>2009-09-03 04:19:50 -0400
commitc76497ed4aca5bc661c0193520cea3358334dcec (patch)
tree7e9cf2c4e302436dd80d48f8662024155c21a375 /eclass
parenta080b192243e9f8de45eabed01b5276a28e21f8d (diff)
downloadkde-c76497ed4aca5bc661c0193520cea3358334dcec.tar.gz
kde-c76497ed4aca5bc661c0193520cea3358334dcec.tar.bz2
kde-c76497ed4aca5bc661c0193520cea3358334dcec.zip
[eclass] Why can't bash have a *sane* order of operations?
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index c51c6022e21..1bb4fa57ab5 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -233,7 +233,7 @@ if [[ ${PN} != kdelibs ]]; then
if [[ ${KDEBASE} = kde-base ]]; then
# All SLOT=4.3 and any SLOT=4.4 where PV < 4.3.66; only kde-base/
if [[ ${PN} != libknotificationitem ]]; then
- if [[ ${SLOT} == 4.3 ]] || [[ ${SLOT} == 4.4 ]] && [[ ${PV} < 4.3.66 ]]; then
+ if [[ ${SLOT} == 4.3 ]] || [[ ${SLOT} == 4.4 && ${PV} < 4.3.66 ]]; then
local libknotificationitem_required=1
fi
fi