diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-05-01 13:00:13 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-05-01 13:00:13 -0500 |
commit | d34b15e5f24da59852c2aa6807712319c5fb51e9 (patch) | |
tree | 6fc67a8c3fb13435c813d7c9e4b2de64e159bc61 | |
parent | patches/kmod: update for 31 (diff) | |
download | genkernel-d34b15e5f24da59852c2aa6807712319c5fb51e9.tar.gz genkernel-d34b15e5f24da59852c2aa6807712319c5fb51e9.tar.bz2 genkernel-d34b15e5f24da59852c2aa6807712319c5fb51e9.zip |
defaults/software.sh: still build for bcache-tools-1.0.8* for now
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r-- | defaults/software.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/software.sh b/defaults/software.sh index 42004f39..01c504b2 100644 --- a/defaults/software.sh +++ b/defaults/software.sh @@ -13,7 +13,7 @@ GKPKG_BCACHE_TOOLS_PN="bcache-tools" GKPKG_BCACHE_TOOLS_PV="${GKPKG_BCACHE_TOOLS_PV:-${VERSION_BCACHE_TOOLS}}" GKPKG_BCACHE_TOOLS_DEPS="util-linux eudev" GKPKG_BCACHE_TOOLS_SRCTAR="${GKPKG_BCACHE_TOOLS_SRCTAR:-${DISTDIR}/bcache-tools-${GKPKG_BCACHE_TOOLS_PV}.tar.gz}" -GKPKG_BCACHE_TOOLS_SRCDIR="${GKPKG_BCACHE_TOOLS_SRCDIR:-a5e3753516bd39c431def86c8dfec8a9cea1ddd4}" +GKPKG_BCACHE_TOOLS_SRCDIR="${GKPKG_BCACHE_TOOLS_SRCDIR:-bcache-tools-399021549984ad27bf4a13ae85e458833fe003d7}" GKPKG_BCACHE_TOOLS_BINPKG="${GKPKG_BCACHE_TOOLS_BINPKG:-%%CACHE%%/bcache-tools-${GKPKG_BCACHE_TOOLS_PV}-%%ARCH%%.tar.xz}" GKPKG_BOOST_PN="boost" |