commit:     a070e9f33e583fc38dc1833e5ac1457082082550
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 21:04:12 2019 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 02:25:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a070e9f3

app-crypt/keybase: Remove obsolete kbfs dependency

The kbfs code is in the client tree. There is no separate package.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>

 app-crypt/keybase/keybase-4.4.2.ebuild | 6 ++----
 app-crypt/keybase/keybase-9999.ebuild  | 8 +++-----
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/app-crypt/keybase/keybase-4.4.2.ebuild 
b/app-crypt/keybase/keybase-4.4.2.ebuild
index f2abdbb420f..679dc8eca83 100644
--- a/app-crypt/keybase/keybase-4.4.2.ebuild
+++ b/app-crypt/keybase/keybase-4.4.2.ebuild
@@ -14,10 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="
-       ~app-crypt/kbfs-2.11.0"
-RDEPEND="
-       app-crypt/gnupg"
+DEPEND=""
+RDEPEND="app-crypt/gnupg"
 
 src_unpack() {
        unpack "${P}.tar.gz"

diff --git a/app-crypt/keybase/keybase-9999.ebuild 
b/app-crypt/keybase/keybase-9999.ebuild
index e1c48d66de9..87b92220962 100644
--- a/app-crypt/keybase/keybase-9999.ebuild
+++ b/app-crypt/keybase/keybase-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,10 +14,8 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
-       ~app-crypt/kbfs-${PV}"
-RDEPEND="
-       app-crypt/gnupg"
+DEPEND=""
+RDEPEND="app-crypt/gnupg"
 
 src_unpack() {
        git-r3_src_unpack

Reply via email to