diff options
| -rw-r--r-- | eclass/kde4-meta.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index 68a4b8064a6..ecfa10340c0 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -33,7 +33,7 @@ case ${KMNAME} in case ${PN} in akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) IUSE+=" +kontact" - if ! slot_is_at_least 4.4 ${SLOT} || [[ ${SLOT} == 4.4 && ${PV} < 4.3.68 ]]; then + if ! slot_is_at_least 4.4 ${SLOT}; then RDEPEND+=" kontact? ( $(add_kdebase_dep kontactinterfaces) )" fi ;; @@ -353,7 +353,7 @@ kde4-meta_create_extractlists() { if has kontact ${IUSE//+} && use kontact; then KMEXTRA+=" kontact/plugins/${PLUGINNAME:-${PN}}/" - if ! slot_is_at_least 4.4 ${SLOT} || [[ ${SLOT} == 4.4 && ${PV} < 4.3.68 ]]; then + if ! slot_is_at_least 4.4 ${SLOT}; then KMEXTRACTONLY+=" kontactinterfaces/" fi |
