From: Andreas Sturmlechner Date: Thu, 11 Feb 2016 20:34:36 +0000 (+0100) Subject: kde-apps/kdepim-runtime: Alt. RDEPEND on kde-frameworks/oxygen-icons X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d6910b30e37979aa0e425b28778bcd39abe2e482;p=gentoo.git kde-apps/kdepim-runtime: Alt. RDEPEND on kde-frameworks/oxygen-icons Package-Manager: portage-2.2.27 --- 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 "