diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-02-09 13:51:08 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-02-09 13:57:51 +0100 |
commit | 648bed106ea8c3479109f5864b43c00f42b2b264 (patch) | |
tree | bcc3f7053e3a6e3edc606d5cff979131197ef27d /media-libs/raptor | |
parent | media-libs/libsndfile: Update live ebuild (diff) | |
download | gentoo-648bed106ea8c3479109f5864b43c00f42b2b264.tar.gz gentoo-648bed106ea8c3479109f5864b43c00f42b2b264.tar.bz2 gentoo-648bed106ea8c3479109f5864b43c00f42b2b264.zip |
Revert "media-libs/raptor: Added libidn2 to (R)DEPEND."
This reverts commit 95e46140848cae45e611bb1a5b709d8db9bcaa13.
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.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild b/media-libs/raptor/raptor-2.0.15-r1.ebuild index 51a7b2acbfbc..2710505b2740 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-2019 Gentoo Authors +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,6 @@ 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:= ) |