diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2019-09-17 15:04:12 -0600 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2019-09-17 20:25:38 -0600 |
commit | a070e9f33e583fc38dc1833e5ac1457082082550 (patch) | |
tree | 08c23547c13622c4e34540ca550b0610f5810725 /app-crypt | |
parent | app-admin/vault: Bump to version 1.2.3 (diff) | |
download | gentoo-a070e9f33e583fc38dc1833e5ac1457082082550.tar.gz gentoo-a070e9f33e583fc38dc1833e5ac1457082082550.tar.bz2 gentoo-a070e9f33e583fc38dc1833e5ac1457082082550.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keybase/keybase-4.4.2.ebuild | 6 | ||||
-rw-r--r-- | 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 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 |