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 59DD415838C for ; Fri, 19 Jan 2024 21:35:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97A12E29CC; Fri, 19 Jan 2024 21:35:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6F4BAE29CC for ; Fri, 19 Jan 2024 21:35:07 +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 566FE3432F4 for ; Fri, 19 Jan 2024 21:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C30B6BE7 for ; Fri, 19 Jan 2024 21:34:56 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1705700085.ace8fa3145480ad521fef86a219d5d8ca69c8e6a.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnsgif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnsgif/libnsgif-1.0.0-r1.ebuild media-libs/libnsgif/libnsgif-1.0.0.ebuild X-VCS-Directories: media-libs/libnsgif/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: ace8fa3145480ad521fef86a219d5d8ca69c8e6a X-VCS-Branch: master Date: Fri, 19 Jan 2024 21:34:56 +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: 17fb422b-1cf1-4b77-9263-d245ef32d7b3 X-Archives-Hash: 795f55e29d6e1837d4b7f45aa1f0aa12 commit: ace8fa3145480ad521fef86a219d5d8ca69c8e6a Author: Michael Orlitzky gentoo org> AuthorDate: Fri Jan 19 21:18:01 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Jan 19 21:34:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace8fa31 media-libs/libnsgif: add $PV subslot Bug: https://bugs.gentoo.org/922496 Signed-off-by: Michael Orlitzky gentoo.org> .../libnsgif/{libnsgif-1.0.0.ebuild => libnsgif-1.0.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/libnsgif/libnsgif-1.0.0.ebuild b/media-libs/libnsgif/libnsgif-1.0.0-r1.ebuild similarity index 85% rename from media-libs/libnsgif/libnsgif-1.0.0.ebuild rename to media-libs/libnsgif/libnsgif-1.0.0-r1.ebuild index 3d92acd52c2a..33d64d156db9 100644 --- a/media-libs/libnsgif/libnsgif-1.0.0.ebuild +++ b/media-libs/libnsgif/libnsgif-1.0.0-r1.ebuild @@ -10,7 +10,9 @@ HOMEPAGE="https://www.netsurf-browser.org/projects/libnsgif/" SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" LICENSE="MIT" -SLOT="0" +# The soname is $PV, which usually means it can't be trusted, which +# ironically means that it's the correct subslot. +SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" BDEPEND="