diff options
Diffstat (limited to 'kde-apps/kdepim-runtime')
-rw-r--r-- | kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild | 7 | ||||
-rw-r--r-- | kde-apps/kdepim-runtime/kdepim-runtime-4.14.8.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild index 4edf1c7a2591..2a0dbb53fa01 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,10 @@ DEPEND=" kolab? ( >=net-libs/libkolab-0.5 ) " RDEPEND="${DEPEND} - $(add_kdeapps_dep kdepim-icons) + || ( + $(add_kdeapps_dep kdepim-icons) + >=kde-frameworks/oxygen-icons-5.19.0:5 + ) !kde-misc/akonadi-google " diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.8.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.8.ebuild index 94d866e18852..f07e5fa3491d 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.8.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,10 @@ DEPEND=" kolab? ( >=net-libs/libkolab-0.5 ) " RDEPEND="${DEPEND} - $(add_kdeapps_dep kdepim-icons) + || ( + $(add_kdeapps_dep kdepim-icons) + >=kde-frameworks/oxygen-icons-5.19.0:5 + ) !kde-misc/akonadi-google " |