dev-cpp/finalcut: fix bad subslot for live ebuild

See-also: https://github.com/gansm/finalcut/blob/main/configure.ac#L86
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
Mattéo Rossillol‑‑Laruelle
2024-08-06 15:26:12 +02:00
parent de88dea443
commit 0d1271c68a

View File

@@ -17,7 +17,7 @@ else
fi
LICENSE="LGPL-3+"
SLOT="0/${PV}"
SLOT="0/0.9.0"
IUSE="doc examples +gpm test"
REQUIRED_USE="test? ( !examples )"
RESTRICT="!test? ( test )"