commit: d862139e29f3adf15bd35272a64f3a2df7325c23 Author: David Heidelberg <david <AT> ixit <DOT> cz> AuthorDate: Tue Oct 8 19:15:56 2019 +0000 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> CommitDate: Wed Oct 9 12:09:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d862139e
app-crypt/kbfs: revbump, fix sys-fs/fuse SLOT Closes: https://bugs.gentoo.org/697008 Signed-off-by: David Heidelberg <david <AT> ixit.cz> Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org> app-crypt/kbfs/{kbfs-2.11.0.ebuild => kbfs-2.11.0-r1.ebuild} | 4 ++-- app-crypt/kbfs/kbfs-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/kbfs/kbfs-2.11.0.ebuild b/app-crypt/kbfs/kbfs-2.11.0-r1.ebuild similarity index 95% rename from app-crypt/kbfs/kbfs-2.11.0.ebuild rename to app-crypt/kbfs/kbfs-2.11.0-r1.ebuild index f6dfded5dc6..c25fb747b76 100644 --- a/app-crypt/kbfs/kbfs-2.11.0.ebuild +++ b/app-crypt/kbfs/kbfs-2.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="" DEPEND="" RDEPEND=" app-crypt/gnupg - sys-fs/fuse + sys-fs/fuse:0= " src_unpack() { diff --git a/app-crypt/kbfs/kbfs-9999.ebuild b/app-crypt/kbfs/kbfs-9999.ebuild index c90799ed3f9..9309a9d9bb1 100644 --- a/app-crypt/kbfs/kbfs-9999.ebuild +++ b/app-crypt/kbfs/kbfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="git" DEPEND="" RDEPEND=" app-crypt/gnupg - sys-fs/fuse + sys-fs/fuse:0= " src_unpack() {
