commit: 2968d75ada0b953f586d7a38d87b5853183b36e0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 5 12:50:25 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 5 13:36:08 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2968d75a
kde-apps/kio-extras: Add slot op on kde-frameworks/kdnssd Upstream commit 55eb68ff63646050311f8b689752ad500246c916 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kio-extras/kio-extras-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index 980bc85680..b93022288c 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ HOMEPAGE="https://cgit.kde.org/kio-extras.git" KEYWORDS="" IUSE="activities +man mtp openexr phonon samba +sftp taglib" +# drop kdnssd slot operator when FRAMEWORKS_MINIMAL >= 5.54.0 COMMON_DEPEND=" $(add_frameworks_dep karchive 'bzip2,lzma') $(add_frameworks_dep kbookmarks) @@ -21,7 +22,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kdnssd '' '' '5=') $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes)
