[aegisub] remove gnutls

I don't think that's how it works
This commit is contained in:
odrling 2019-10-15 19:45:16 +02:00
parent b4ecdee140
commit 61424dcb8b
2 changed files with 2 additions and 6 deletions

View File

@ -17,7 +17,7 @@ EGIT_SUBMODULES=()
LICENSE="BSD MIT"
SLOT="0"
KEYWORDS=""
IUSE="+alsa fonts debug +fftw openal oss portaudio pulseaudio spell +uchardet libressl openssl gnutls"
IUSE="+alsa fonts debug +fftw openal oss portaudio pulseaudio spell +uchardet libressl"
RESTRICT="test"
# aegisub bundles luabins (https://github.com/agladysh/luabins).
@ -43,10 +43,7 @@ RDEPEND="
spell? ( app-text/hunspell:= )
uchardet? ( app-i18n/uchardet )
libressl? ( dev-libs/libressl:0 )
!libressl? (
openssl? ( >=dev-libs/openssl-1.0.1h-r2:0 )
!openssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6 ) )
)
!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0 )
fonts? ( media-fonts/japan7-fonts-ttf )
"
DEPEND="${RDEPEND}

View File

@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="uchardet">Enable charset discovery via <pkg>app-i18n/uchardet</pkg></flag>
<flag name="openssl">Enables <pkg>dev-libs/openssl</pkg> support. Adds support for encrypted network protocols (TLS/HTTPS).</flag>
<flag name="fonts">Installs Japan7 font pack</flag>
</use>
<upstream>