mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
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:
@@ -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 )"
|
||||
|
||||
Reference in New Issue
Block a user