diff options
-rw-r--r-- | app-backup/btrbk/btrbk-0.31.2.ebuild | 4 | ||||
-rw-r--r-- | app-backup/btrbk/btrbk-0.32.5.ebuild | 2 | ||||
-rw-r--r-- | 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 |