From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 1D40F1584AD for ; Tue, 22 Apr 2025 20:44:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0064C335DC0 for ; Tue, 22 Apr 2025 20:44:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ECEB311029A; Tue, 22 Apr 2025 20:44:15 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E4D3E11029A for ; Tue, 22 Apr 2025 20:44:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 99E4E335DC0 for ; Tue, 22 Apr 2025 20:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 412092511 for ; Tue, 22 Apr 2025 20:44:14 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1745354550.244bd6602d42ab1edcd6ecbf22c7f16b1525ca26.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdisplay-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdisplay-info/libdisplay-info-0.2.0-r1.ebuild X-VCS-Directories: media-libs/libdisplay-info/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 244bd6602d42ab1edcd6ecbf22c7f16b1525ca26 X-VCS-Branch: master Date: Tue, 22 Apr 2025 20:44: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: 72a7f38b-c867-4ecb-8350-ff595dffb6d2 X-Archives-Hash: b0ba930789febac2ed0ad6566c2b4c6e commit: 244bd6602d42ab1edcd6ecbf22c7f16b1525ca26 Author: Eli Schwartz gentoo org> AuthorDate: Tue Apr 22 19:22:57 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Apr 22 20:42:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244bd660 media-libs/libdisplay-info: automatically determine subslot from version Upstream automatically determines soversion by passing in the package `version_minor`, so we can do the same ourselves. Signed-off-by: Eli Schwartz gentoo.org> media-libs/libdisplay-info/libdisplay-info-0.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libdisplay-info/libdisplay-info-0.2.0-r1.ebuild b/media-libs/libdisplay-info/libdisplay-info-0.2.0-r1.ebuild index f48db9bbd277..752af0e47b3f 100644 --- a/media-libs/libdisplay-info/libdisplay-info-0.2.0-r1.ebuild +++ b/media-libs/libdisplay-info/libdisplay-info-0.2.0-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info" SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" LICENSE="MIT" -SLOT="0/2" +SLOT="0/$(ver_cut 2)" KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" BDEPEND="