[aegisub] fix openssl USE flag

This commit is contained in:
odrling 2019-09-20 23:53:14 +02:00
parent 6d42881ba7
commit 7cce9b750d
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ RDEPEND="
uchardet? ( app-i18n/uchardet )
libressl? ( dev-libs/libressl:0 )
!libressl? (
openssl? ( >=dev-libs/openssl-1.0.1hr2:0 )
openssl? ( >=dev-libs/openssl-1.0.1h-r2:0 )
!openssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6 ) )
)
"

View File

@ -7,6 +7,7 @@
</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>
</use>
<upstream>
<bugs-to>http://devel.aegisub.org/wiki/NewTicket</bugs-to>