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 73D96138330 for ; Sat, 27 Aug 2016 18:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3F0721C08A; Sat, 27 Aug 2016 18:46:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50F6921C08A for ; Sat, 27 Aug 2016 18:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AA9E340139 for ; Sat, 27 Aug 2016 18:46:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19501B9B for ; Sat, 27 Aug 2016 18:46:06 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1472323557.5845e94c26af356eb1ae5ca10f0d1f55931856fd.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-1.0.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 5845e94c26af356eb1ae5ca10f0d1f55931856fd X-VCS-Branch: master Date: Sat, 27 Aug 2016 18:46:06 +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: b9cf9bf9-6f42-4818-9444-96025a507088 X-Archives-Hash: 54e092ef7d380b6cc8fe3311d99eaa80 commit: 5845e94c26af356eb1ae5ca10f0d1f55931856fd Author: Michael Palimaka gentoo org> AuthorDate: Sat Aug 27 18:45:44 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Aug 27 18:45:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5845e94c kde-misc/kdeconnect: sys-fs/sshfs moved to net-fs Package-Manager: portage-2.3.0 kde-misc/kdeconnect/kdeconnect-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild index a8da03b..656cdad 100644 --- a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild @@ -73,7 +73,7 @@ pkg_postinst(){ elog elog "Optional dependency:" - elog "sys-fs/sshfs (for 'remote filesystem browser' plugin)" + elog "net-fs/sshfs (for 'remote filesystem browser' plugin)" elog elog "The Android .apk file is available via" elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"