diff options
Diffstat (limited to 'app-backup/btrbk/btrbk-0.30.0.ebuild')
-rw-r--r-- | app-backup/btrbk/btrbk-0.30.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-backup/btrbk/btrbk-0.30.0.ebuild b/app-backup/btrbk/btrbk-0.30.0.ebuild index 11509324b00e..54cfb4dc81a1 100644 --- a/app-backup/btrbk/btrbk-0.30.0.ebuild +++ b/app-backup/btrbk/btrbk-0.30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,6 +27,10 @@ RDEPEND="dev-lang/perl mbuffer? ( >=sys-block/mbuffer-20180505 ) >=sys-fs/btrfs-progs-4.12" +PATCHES=( + "${FILESDIR}/${P}-make-install-race.patch" +) + src_compile() { emake clean use doc && emake -C doc |