app-emulation/libspectrum: add subslot

Add a subslot operator because app-emulation/fuse and
app-emulation/fuse-utils depend on >=app-emulation/libspectrum and the
SONAME changes on upgrades.

Update HOMEPAGE (https).

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2026-03-29 16:16:05 +03:00
parent bd9cdacb62
commit bc0cba3e48

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,11 +6,11 @@ EAPI=8
inherit autotools
DESCRIPTION="Spectrum emulation library"
HOMEPAGE="http://fuse-emulator.sourceforge.net/libspectrum.php"
HOMEPAGE="https://fuse-emulator.sourceforge.net/libspectrum.php"
SRC_URI="https://downloads.sourceforge.net/fuse-emulator/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
SLOT="0/9"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
IUSE="audiofile bzip2 gcrypt zlib"