summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-11-25 19:11:50 +0100
committerMarek Szuba <marecki@gentoo.org>2021-11-25 19:11:50 +0100
commit73e9966727f208702ad3a666af451c810b3a4189 (patch)
treebfdc8b9323410541499859f0b0d67aef9467ed12
parentnet-dialup/isdn-firmware: add 2011.8.29.8.37 (diff)
downloadgentoo-73e9966727f208702ad3a666af451c810b3a4189.tar.gz
gentoo-73e9966727f208702ad3a666af451c810b3a4189.tar.bz2
gentoo-73e9966727f208702ad3a666af451c810b3a4189.zip
dev-util/ltrace: use an open range for choosing Debian package version
In case they either add the third component or go back to a single one. Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--dev-util/ltrace/ltrace-0.7.3.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild b/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
index c2f093a5e3df..6e833e04a3cf 100644
--- a/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
+++ b/dev-util/ltrace/ltrace-0.7.3.6.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit autotools
LTRACE_V=$(ver_cut 1-3)
-DB_V=$(ver_cut 4-5)
+DB_V=$(ver_cut 4-)
DESCRIPTION="trace library calls made at runtime"
HOMEPAGE="https://gitlab.com/cespedes/ltrace"