mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
x11-plugins/pidgin-telegram: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
@@ -11,16 +11,13 @@ S="${WORKDIR}/telegram-purple"
|
||||
LICENSE="GPL-2+"
|
||||
KEYWORDS="amd64 x86"
|
||||
SLOT="0"
|
||||
IUSE="gcrypt libressl +nls +png +webp"
|
||||
IUSE="gcrypt +nls +png +webp"
|
||||
|
||||
RDEPEND="
|
||||
net-im/pidgin
|
||||
sys-libs/zlib:=
|
||||
gcrypt? ( dev-libs/libgcrypt:0= )
|
||||
!gcrypt? (
|
||||
libressl? ( dev-libs/libressl:0= )
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
)
|
||||
!gcrypt? ( dev-libs/openssl:0= )
|
||||
png? ( media-libs/libpng:0= )
|
||||
webp? ( media-libs/libwebp:= )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user