Сравнение btrbk-0.32.6-r2 с btrbk-9999
/usr/portage/app-backup/btrbk/btrbk-9999.ebuild 2023-10-09 14:52:28.200368318 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
11 | 11 |
SRC_URI="" |
12 | 12 |
else |
13 | 13 |
SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz" |
14 |
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
15 | 15 |
fi |
16 | 16 | |
17 | 17 |
DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes" |
... | ... | |
36 | 36 |
) |
37 | 37 |
" |
38 | 38 | |
39 |
PATCHES=( |
|
40 |
"${FILESDIR}"/${P}-support-asciidoc.patch |
|
41 |
) |
|
42 | ||
43 | 39 |
src_compile() { |
44 | 40 |
emake clean |
45 | 41 |
use doc && emake -C doc |