media-video/aegisub: rename dependency_control USE

This commit is contained in:
odrling 2024-03-21 23:32:55 +01:00
parent 94b7f3f9bb
commit ad75c7750f
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ EGIT_BRANCH="master"
_depctrlver="0.6.3-alpha"
_ffiexpver=b8897ead55b84ec4148e900882bff8336b38f939
_luajsonver=1.3.3
SRC_URI="dependency_control? (
SRC_URI="dependencycontrol? (
https://github.com/TypesettingTools/DependencyControl/archive/v${_depctrlver}.tar.gz -> DependencyControl-${_depctrlver}.tar.gz
https://github.com/TypesettingTools/ffi-experiments/archive/${_ffiexpver}.tar.gz -> ffi-experiments-${_ffiexpver}.tar.gz
https://github.com/harningt/luajson/archive/${_luajsonver}.tar.gz -> luajson-${_luajsonver}.tar.gz
@ -29,7 +29,7 @@ EGIT_SUBMODULES=()
LICENSE="BSD MIT"
SLOT="0"
KEYWORDS=""
IUSE="+alsa +fonts debug +fftw openal oss portaudio pulseaudio spell +uchardet dependency_control test vapoursynth +bestsource"
IUSE="+alsa +fonts debug +fftw openal oss portaudio pulseaudio spell +uchardet dependencycontrol test vapoursynth +bestsource"
RESTRICT="test"
# aegisub bundles luabins (https://github.com/agladysh/luabins).
@ -64,7 +64,7 @@ DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
dependency_control? ( dev-lua/moonscript )
dependencycontrol? ( dev-lua/moonscript )
"
REQUIRED_USE="|| ( alsa openal oss portaudio pulseaudio )"

View File

@ -8,7 +8,7 @@
<use>
<flag name="uchardet">Enable charset discovery via <pkg>app-i18n/uchardet</pkg></flag>
<flag name="fonts">Installs Japan7 font pack</flag>
<flag name="dependency_control">Install DependencyControl</flag>
<flag name="dependencycontrol">Install DependencyControl</flag>
</use>
<upstream>
<bugs-to>http://devel.aegisub.org/wiki/NewTicket</bugs-to>