diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-10 00:32:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-12 23:13:13 +0200 |
commit | ecbdcd7367b9d3c97d4a6bc9ec736de1f5247a34 (patch) | |
tree | fb154d792fd5610f3267402d66cd586b25f93856 /app-office/calligraplan | |
parent | media-gfx/digikam: Accept kde-frameworks/{kcalendarcore,kcontacts} (diff) | |
download | gentoo-ecbdcd7367b9d3c97d4a6bc9ec736de1f5247a34.tar.gz gentoo-ecbdcd7367b9d3c97d4a6bc9ec736de1f5247a34.tar.bz2 gentoo-ecbdcd7367b9d3c97d4a6bc9ec736de1f5247a34.zip |
app-office/calligraplan: Accept kde-frameworks/{kcalendarcore,kcontacts}
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/calligraplan')
-rw-r--r-- | app-office/calligraplan/calligraplan-3.1.0-r3.ebuild (renamed from app-office/calligraplan/calligraplan-3.1.0-r2.ebuild) | 10 |
1 files 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 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) |