commit:     265c1fc640bb70a70e27087dd7aacc4c33109d94
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 06:17:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 06:17:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265c1fc6

app-backup/btrbk: master now supports+prefers asciidoc again

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/btrbk/btrbk-9999.ebuild | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/app-backup/btrbk/btrbk-9999.ebuild 
b/app-backup/btrbk/btrbk-9999.ebuild
index 93122c48a06d..dfefb0fe16b4 100644
--- a/app-backup/btrbk/btrbk-9999.ebuild
+++ b/app-backup/btrbk/btrbk-9999.ebuild
@@ -16,16 +16,25 @@ fi
 
 DESCRIPTION="Tool for creating snapshots and remote backups of btrfs 
subvolumes"
 HOMEPAGE="https://digint.ch/btrbk/";
+
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="+mbuffer +doc +lsbtr"
 
-DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )"
-
-RDEPEND="dev-lang/perl
+RDEPEND="
+       dev-lang/perl
+       >=sys-fs/btrfs-progs-4.12
        virtual/openssh
        mbuffer? ( >=sys-block/mbuffer-20180505 )
-       >=sys-fs/btrfs-progs-4.12"
+"
+BDEPEND="
+       doc? (
+               || (
+                       app-text/asciidoc
+                       >=dev-ruby/asciidoctor-1.5.7
+               )
+       )
+"
 
 src_compile() {
        emake clean

Reply via email to