From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 532C2138335 for ; Sat, 5 Jan 2019 15:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E9E5E09D9; Sat, 5 Jan 2019 15:28:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAE1BE09D9 for ; Sat, 5 Jan 2019 15:28:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60352335D12 for ; Sat, 5 Jan 2019 15:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 409D74F2 for ; Sat, 5 Jan 2019 15:28:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546695368.2968d75ada0b953f586d7a38d87b5853183b36e0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2968d75ada0b953f586d7a38d87b5853183b36e0 X-VCS-Branch: master Date: Sat, 5 Jan 2019 15:28:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c87ae8b4-3291-40eb-bd98-3d84b8399e15 X-Archives-Hash: 1569da55c593701e7cf3848ed02b4826 commit: 2968d75ada0b953f586d7a38d87b5853183b36e0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 5 12:50:25 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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)