Skip to content

Commit

Permalink
app-crypt/keybase: Remove obsolete kbfs dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nicolasbock committed Sep 18, 2019
1 parent 5d4fb04 commit a070e9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions app-crypt/keybase/keybase-4.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 3 additions & 5 deletions app-crypt/keybase/keybase-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit a070e9f

Please sign in to comment.