Diff bcache-tools-1.1_p20230217-r1 with a bcache-tools-9999
/usr/portage/sys-fs/bcache-tools/bcache-tools-9999.ebuild 2023-10-09 14:52:35.500368502 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
PYTHON_COMPAT=( python3_{10..12} ) |
7 | 7 | |
8 |
inherit flag-o-matic python-r1 toolchain-funcs udev vcs-snapshot |
|
8 |
inherit flag-o-matic python-r1 toolchain-funcs udev |
|
9 | 9 | |
10 | 10 |
if [[ "${PV}" == "9999" ]]; then |
11 | 11 |
inherit git-r3 |
12 | 12 |
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git https://kernel.googlesource.com/pub/scm/linux/kernel/git/colyli/bcache-tools.git" |
13 | 13 |
else |
14 |
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/${PN}.git/snapshot/a5e3753516bd39c431def86c8dfec8a9cea1ddd4.tar.gz -> ${P}.tar.gz" |
|
15 |
KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
14 |
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/${PN}.git/snapshot/${P}.tar.gz" |
|
15 |
KEYWORDS="amd64 arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
|
16 | 16 |
fi |
17 | 17 | |
18 | 18 |
DESCRIPTION="Tools for bcache" |