commit: d83cda29049fa2b059adcc49524724e78e247692 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Tue Dec 27 01:28:59 2022 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Dec 27 01:30:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83cda29
app-backup/btrbk: doesn't work with =sys-fs/btrfs-progs-6.1 Bug: https://bugs.gentoo.org/888549 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> app-backup/btrbk/btrbk-0.31.2.ebuild | 4 ++-- app-backup/btrbk/btrbk-0.32.5.ebuild | 2 +- app-backup/btrbk/btrbk-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-backup/btrbk/btrbk-0.31.2.ebuild b/app-backup/btrbk/btrbk-0.31.2.ebuild index 769c2a4aee99..8e47390e5df1 100644 --- a/app-backup/btrbk/btrbk-0.31.2.ebuild +++ b/app-backup/btrbk/btrbk-0.31.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )" RDEPEND="dev-lang/perl net-misc/openssh mbuffer? ( >=sys-block/mbuffer-20180505 ) - >=sys-fs/btrfs-progs-4.12" + <sys-fs/btrfs-progs-6.1" src_compile() { emake clean diff --git a/app-backup/btrbk/btrbk-0.32.5.ebuild b/app-backup/btrbk/btrbk-0.32.5.ebuild index f75978a45363..f2ab86aa6414 100644 --- a/app-backup/btrbk/btrbk-0.32.5.ebuild +++ b/app-backup/btrbk/btrbk-0.32.5.ebuild @@ -25,7 +25,7 @@ DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )" RDEPEND="dev-lang/perl net-misc/openssh mbuffer? ( >=sys-block/mbuffer-20180505 ) - >=sys-fs/btrfs-progs-4.12" + <sys-fs/btrfs-progs-6.1" src_compile() { emake clean diff --git a/app-backup/btrbk/btrbk-9999.ebuild b/app-backup/btrbk/btrbk-9999.ebuild index f75978a45363..f7e4dfb6e8df 100644 --- a/app-backup/btrbk/btrbk-9999.ebuild +++ b/app-backup/btrbk/btrbk-9999.ebuild @@ -25,7 +25,7 @@ DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )" RDEPEND="dev-lang/perl net-misc/openssh mbuffer? ( >=sys-block/mbuffer-20180505 ) - >=sys-fs/btrfs-progs-4.12" + sys-fs/btrfs-progs" src_compile() { emake clean
