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 B17BE139083 for ; Thu, 21 Dec 2017 16:47:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08F7EE0F43; Thu, 21 Dec 2017 16:47:43 +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 DC7F9E0F43 for ; Thu, 21 Dec 2017 16:47:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7819033BE2E for ; Thu, 21 Dec 2017 16:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06485A6AE for ; Thu, 21 Dec 2017 16:47:40 +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: <1513874852.2e412f21e408d14a421037ccdb6114a36075dd09.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: 2e412f21e408d14a421037ccdb6114a36075dd09 X-VCS-Branch: master Date: Thu, 21 Dec 2017 16:47:40 +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-Archives-Salt: b1057f84-0b92-46be-8832-f9a23d4bd556 X-Archives-Hash: b06fcaf381ecf99475fd0cc9c4cd3ad1 commit: 2e412f21e408d14a421037ccdb6114a36075dd09 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 16:46:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 16:47:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e412f21 kde-apps/kio-extras: Drop USE=slp Upstream commit 3829bf3b9d87f0394339f75dfbb755e947e7c394 Package-Manager: Portage-2.3.19, Repoman-2.3.6 kde-apps/kio-extras/kio-extras-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index 1c7e1f7f12..0aa1c3e3dc 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" HOMEPAGE="https://cgit.kde.org/kio-extras.git" KEYWORDS="" -IUSE="activities htmlthumbs +man mtp openexr phonon samba +sftp slp taglib" +IUSE="activities htmlthumbs +man mtp openexr phonon samba +sftp taglib" COMMON_DEPEND=" $(add_frameworks_dep karchive 'bzip2,lzma') @@ -48,7 +48,6 @@ COMMON_DEPEND=" phonon? ( media-libs/phonon[qt5(+)] ) samba? ( net-fs/samba[client] ) sftp? ( net-libs/libssh:=[sftp] ) - slp? ( net-libs/openslp ) taglib? ( >=media-libs/taglib-1.11.1 ) " RDEPEND="${COMMON_DEPEND} @@ -72,7 +71,6 @@ src_configure() { $(cmake-utils_use_find_package phonon Phonon4Qt5) $(cmake-utils_use_find_package samba Samba) $(cmake-utils_use_find_package sftp LibSSH) - $(cmake-utils_use_find_package slp SLP) $(cmake-utils_use_find_package taglib Taglib) )