summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-02-09 11:07:30 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-02-09 11:07:43 +0100
commit95e46140848cae45e611bb1a5b709d8db9bcaa13 (patch)
tree579a9a907dd6192f60633746da5727d1854fd031 /media-libs/raptor
parentmedia-radio/flrig: Version bump (diff)
downloadgentoo-95e46140848cae45e611bb1a5b709d8db9bcaa13.tar.gz
gentoo-95e46140848cae45e611bb1a5b709d8db9bcaa13.tar.bz2
gentoo-95e46140848cae45e611bb1a5b709d8db9bcaa13.zip
media-libs/raptor: Added libidn2 to (R)DEPEND.
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/raptor')
-rw-r--r--media-libs/raptor/raptor-2.0.15-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild b/media-libs/raptor/raptor-2.0.15-r1.ebuild
index 2710505b2740..51a7b2acbfbc 100644
--- a/media-libs/raptor/raptor-2.0.15-r1.ebuild
+++ b/media-libs/raptor/raptor-2.0.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,7 @@ IUSE="+curl debug json static-libs unicode"
DEPEND="
dev-libs/libxml2
dev-libs/libxslt
+ net-dns/libidn2:=
curl? ( net-misc/curl )
json? ( dev-libs/yajl )
unicode? ( dev-libs/icu:= )