From: Nicolas Bock Date: Tue, 17 Sep 2019 21:04:12 +0000 (-0600) Subject: app-crypt/keybase: Remove obsolete kbfs dependency X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a070e9f33e583fc38dc1833e5ac1457082082550;p=gentoo.git 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 --- diff --git a/app-crypt/keybase/keybase-4.4.2.ebuild b/app-crypt/keybase/keybase-4.4.2.ebuild index f2abdbb420ff..679dc8eca833 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 e1c48d66de9c..87b922209626 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