commit: d6910b30e37979aa0e425b28778bcd39abe2e482
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Feb 11 20:34:36 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 03:44:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6910b30
kde-apps/kdepim-runtime: Alt. RDEPEND on kde-frameworks/oxygen-icons
Package-Manager: portage-2.2.27
kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild | 7 +++++--
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 4edf1c7..2a0dbb5 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 94d866e..f07e5fa 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
"