From: Andreas Sturmlechner Date: Wed, 9 Oct 2019 22:32:03 +0000 (+0200) Subject: app-office/calligraplan: Accept kde-frameworks/{kcalendarcore,kcontacts} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ecbdcd7367b9d3c97d4a6bc9ec736de1f5247a34;p=gentoo.git app-office/calligraplan: Accept kde-frameworks/{kcalendarcore,kcontacts} Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner --- diff --git a/app-office/calligraplan/calligraplan-3.1.0-r2.ebuild b/app-office/calligraplan/calligraplan-3.1.0-r3.ebuild 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 8be9484950d3..ec094bc71c2c 100644 --- a/app-office/calligraplan/calligraplan-3.1.0-r2.ebuild +++ b/app-office/calligraplan/calligraplan-3.1.0-r3.ebuild @@ -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)