aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-03-13 16:40:49 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-03-13 16:41:34 +0100
commit0b9f8e012a51eecd3df1a86b4ca639de85537e33 (patch)
treeb34341ada140e1a78cb1bb6fad1ff2d9b0a9fb97 /defaults
parentBump xfsprogs to v5.11.0 (diff)
downloadgenkernel-0b9f8e012a51eecd3df1a86b4ca639de85537e33.tar.gz
genkernel-0b9f8e012a51eecd3df1a86b4ca639de85537e33.tar.bz2
genkernel-0b9f8e012a51eecd3df1a86b4ca639de85537e33.zip
Bump strace to v5.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'defaults')
-rw-r--r--defaults/software.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/software.sh b/defaults/software.sh
index e938584..291bad4 100644
--- a/defaults/software.sh
+++ b/defaults/software.sh
@@ -186,7 +186,7 @@ GKPKG_POPT_BINPKG="${GKPKG_POPT_BINPKG:-%%CACHE%%/popt-${GKPKG_POPT_PV}-%%ARCH%%
GKPKG_STRACE_PN="strace"
GKPKG_STRACE_PV="${GKPKG_STRACE_PV:-VERSION_STRACE}"
-GKPKG_STRACE_DEPS=""
+GKPKG_STRACE_DEPS="libaio"
GKPKG_STRACE_SRCTAR="${GKPKG_STRACE_SRCTAR:-${DISTDIR}/strace-${GKPKG_STRACE_PV}.tar.xz}"
GKPKG_STRACE_SRCDIR="${GKPKG_STRACE_SRCDIR:-strace-${GKPKG_STRACE_PV}}"
GKPKG_STRACE_BINPKG="${GKPKG_STRACE_BINPKG:-%%CACHE%%/strace-${GKPKG_STRACE_PV}-%%ARCH%%.tar.xz}"