commit: ecbdcd7367b9d3c97d4a6bc9ec736de1f5247a34
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 22:32:03 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 21:13:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbdcd73
app-office/calligraplan: Accept kde-frameworks/{kcalendarcore,kcontacts}
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...lligraplan-3.1.0-r2.ebuild => calligraplan-3.1.0-r3.ebuild} | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
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 8be9484950d..ec094bc71c2 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)