diff options
author | 2023-02-25 21:55:25 +0100 | |
---|---|---|
committer | 2023-02-25 21:55:25 +0100 | |
commit | c425ad4049ecf455eb39f0469e685d3aaf4e4e13 (patch) | |
tree | b6a547afcf18a057a1c90087dfa87d00a21097e5 /sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild | |
parent | dev-util/gitlab-runner: drop 15.6.2, 15.8.2 (diff) | |
download | gentoo-c425ad4049ecf455eb39f0469e685d3aaf4e4e13.tar.gz gentoo-c425ad4049ecf455eb39f0469e685d3aaf4e4e13.tar.bz2 gentoo-c425ad4049ecf455eb39f0469e685d3aaf4e4e13.zip |
sys-fs/bcache-tools: sync live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild')
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild index f352f3408ebb..806ba5c54786 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild @@ -7,14 +7,19 @@ PYTHON_COMPAT=( python3_{9..10} ) inherit flag-o-matic python-r1 toolchain-funcs udev +if [[ "${PV}" == "9999" ]]; then + inherit git-r3 + 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" +else + SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/${PN}.git/snapshot/${P}.tar.gz" + KEYWORDS="amd64 arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +fi + DESCRIPTION="Tools for bcache" HOMEPAGE="https://bcache.evilpiepirate.org/ https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/" -SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/${PN}.git/snapshot/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |