diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-02-11 21:34:36 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-02-12 14:44:48 +1100 |
commit | d6910b30e37979aa0e425b28778bcd39abe2e482 (patch) | |
tree | f23ded891ce8fff329943e0861a9aa279b09a8c6 /kde-apps | |
parent | www-apps/cgit: I'm the real slim shady (diff) | |
download | gentoo-d6910b30e37979aa0e425b28778bcd39abe2e482.tar.gz gentoo-d6910b30e37979aa0e425b28778bcd39abe2e482.tar.bz2 gentoo-d6910b30e37979aa0e425b28778bcd39abe2e482.zip |
kde-apps/kdepim-runtime: Alt. RDEPEND on kde-frameworks/oxygen-icons
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps')
-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 " |