media-gfx/vpuppr: drop USE=mouse-tracker

It does nothing.

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-11-11 21:37:22 +09:00
parent 2592d37208
commit df15b0c490
2 changed files with 1 additions and 5 deletions

View File

@@ -13,7 +13,6 @@
<use>
<flag name="ifm-tracker">Enable the iFacialMocap tracker.</flag>
<flag name="meowface-tracker">Enable the MeowFace tracker.</flag>
<flag name="mouse-tracker">Enable the mouse tracker.</flag>
<flag name="osf-tracker">Enable the OpenSeeFace tracker.</flag>
<flag name="vts-tracker">Enable the VTubeStudio tracker.</flag>
<flag name="remote-control">Enable remote controlling the program.</flag>

View File

@@ -47,16 +47,13 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
IUSE="+osf-tracker ifm-tracker mouse-tracker vts-tracker meowface-tracker remote-control"
IUSE="+osf-tracker ifm-tracker vts-tracker meowface-tracker remote-control"
REQUIRED_USE="osf-tracker? ( ${PYTHON_REQUIRED_USE} )"
RESTRICT="strip"
RDEPEND="
osf-tracker? ( ${PYTHON_DEPS} )
"
BDEPEND="
mouse-tracker? ( virtual/rust )
"
export EDITOR="${WORKDIR}/Godot_v3.x-stable_linux_headless.64"