media-gfx/digikam: Accept kde-frameworks/{kcalendarcore,kcontacts}
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 9 Oct 2019 22:25:33 +0000 (00:25 +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>
media-gfx/digikam/digikam-6.3.0-r1.ebuild [moved from media-gfx/digikam/digikam-6.3.0.ebuild with 95% similarity]

similarity index 95%
rename from media-gfx/digikam/digikam-6.3.0.ebuild
rename to media-gfx/digikam/digikam-6.3.0-r1.ebuild
index 3324004430ee894eb0009854d8d1826f2a89d138..df968b3029c211be4333beda3817a529eb4caafe 100644 (file)
@@ -61,10 +61,16 @@ COMMON_DEPEND="
        media-libs/tiff:0
        virtual/jpeg:0
        addressbook? (
+               || (
+                       $(add_frameworks_dep kcontacts)
+                       $(add_kdeapps_dep kcontacts)
+               )
                $(add_kdeapps_dep akonadi-contacts)
-               $(add_kdeapps_dep kcontacts)
        )
-       calendar? ( $(add_kdeapps_dep kcalcore) )
+       calendar? ( || (
+               $(add_frameworks_dep kcalendarcore)
+               $(add_kdeapps_dep kcalcore)
+       ) )
        dnn? ( >=media-libs/opencv-3.1.0:=[contrib,contrib_dnn] )
        gphoto2? ( media-libs/libgphoto2:= )
        imagemagick? ( media-gfx/imagemagick:= )