app-office/calligraplan: Accept kde-frameworks/{kcalendarcore,kcontacts}
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 9 Oct 2019 22:32:03 +0000 (00:32 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 12 Oct 2019 21:13:13 +0000 (23:13 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-office/calligraplan/calligraplan-3.1.0-r3.ebuild [moved from app-office/calligraplan/calligraplan-3.1.0-r2.ebuild with 94% similarity]

similarity index 94%
rename from app-office/calligraplan/calligraplan-3.1.0-r2.ebuild
rename to app-office/calligraplan/calligraplan-3.1.0-r3.ebuild
index 8be9484950d3ad1816f650db2597a724f6265637..ec094bc71c2cf8a88e9338f06536384d01e30b98 100644 (file)
@@ -60,8 +60,14 @@ DEPEND="
                app-crypt/qca:2[qt5(+)]
        )
        pim? (
-               $(add_kdeapps_dep kcalcore)
-               $(add_kdeapps_dep kcontacts)
+               || (
+                       $(add_frameworks_dep kcalendarcore)
+                       $(add_kdeapps_dep kcalcore)
+               )
+               || (
+                       $(add_frameworks_dep kcontacts)
+                       $(add_kdeapps_dep kcontacts)
+               )
        )
        X? (
                $(add_qt_dep qtx11extras)