commit: d00acba1f7fca3d8450ddcc5d0122f459881fa46 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 27 10:11:27 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 27 10:12:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00acba1
app-backup/btrbk: drop btrfs-progs version restriction Note that it needed a revbump anyway as it was runtime breakage, but it turns out btrfs-progs is broken, not btrbk, and the bad btrfs-progs version is now masked. Closes: https://bugs.gentoo.org/888549 See: d83cda29049fa2b059adcc49524724e78e247692 Signed-off-by: Sam James <sam <AT> gentoo.org> app-backup/btrbk/btrbk-0.31.2.ebuild | 2 +- app-backup/btrbk/btrbk-0.32.5.ebuild | 2 +- app-backup/btrbk/btrbk-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backup/btrbk/btrbk-0.31.2.ebuild b/app-backup/btrbk/btrbk-0.31.2.ebuild index 8e47390e5df1..2c8a405a719a 100644 --- a/app-backup/btrbk/btrbk-0.31.2.ebuild +++ b/app-backup/btrbk/btrbk-0.31.2.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-6.1" + sys-fs/btrfs-progs" 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 f2ab86aa6414..f75978a45363 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-6.1" + >=sys-fs/btrfs-progs-4.12" src_compile() { emake clean diff --git a/app-backup/btrbk/btrbk-9999.ebuild b/app-backup/btrbk/btrbk-9999.ebuild index f7e4dfb6e8df..f75978a45363 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" + >=sys-fs/btrfs-progs-4.12" src_compile() { emake clean
