From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D762158086 for ; Thu, 25 Nov 2021 18:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75C932BC00A; Thu, 25 Nov 2021 18:13:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DAC42BC00A for ; Thu, 25 Nov 2021 18:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A9A3342D1D for ; Thu, 25 Nov 2021 18:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF8BD132 for ; Thu, 25 Nov 2021 18:13:14 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1637863910.73e9966727f208702ad3a666af451c810b3a4189.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ltrace/ltrace-0.7.3.6.1.ebuild X-VCS-Directories: dev-util/ltrace/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 73e9966727f208702ad3a666af451c810b3a4189 X-VCS-Branch: master Date: Thu, 25 Nov 2021 18:13:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d591df81-e944-4f2a-9916-4a03d699671d X-Archives-Hash: 48c75fa0467a118a648c2534f17d321b commit: 73e9966727f208702ad3a666af451c810b3a4189 Author: Marek Szuba gentoo org> AuthorDate: Thu Nov 25 18:11:50 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Nov 25 18:11:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e99667 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 gentoo.org> dev-util/ltrace/ltrace-0.7.3.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"