commit:     ac67366554261149c43ddeb20a6e72faa4a86ebe
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 17:55:00 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 18:21:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac673665

app-backup/btrbk: <=0.25.1 does not work with >=btrfs-progs-4.13.2

See: https://github.com/digint/btrbk/issues/192
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-backup/btrbk/{btrbk-0.25.1.ebuild => btrbk-0.25.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/btrbk/btrbk-0.25.1.ebuild 
b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild
similarity index 92%
rename from app-backup/btrbk/btrbk-0.25.1.ebuild
rename to app-backup/btrbk/btrbk-0.25.1-r1.ebuild
index 11d760f7b36..10a44f3e713 100644
--- a/app-backup/btrbk/btrbk-0.25.1.ebuild
+++ b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild
@@ -25,7 +25,7 @@ DEPEND=""
 RDEPEND="dev-lang/perl
        net-misc/openssh
        pv? ( sys-apps/pv )
-       >=sys-fs/btrfs-progs-3.18.2"
+       >=sys-fs/btrfs-progs-3.18.2 <sys-fs/btrfs-progs-4.13.2"
 
 src_install() {
        emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" 
SYSTEMDDIR="$(systemd_get_systemunitdir)" install

Reply via email to