commit:     ace8fa3145480ad521fef86a219d5d8ca69c8e6a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 21:18:01 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> 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 <mjo <AT> 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="

Reply via email to