Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/
Date: Sat, 09 Feb 2019 12:59:12
Message-Id: 1549717071.648bed106ea8c3479109f5864b43c00f42b2b264.polynomial-c@gentoo
1 commit: 648bed106ea8c3479109f5864b43c00f42b2b264
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 12:51:08 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 12:57:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648bed10
7
8 Revert "media-libs/raptor: Added libidn2 to (R)DEPEND."
9
10 This reverts commit 95e46140848cae45e611bb1a5b709d8db9bcaa13.
11
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 media-libs/raptor/raptor-2.0.15-r1.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild b/media-libs/raptor/raptor-2.0.15-r1.ebuild
18 index 51a7b2acbfb..2710505b274 100644
19 --- a/media-libs/raptor/raptor-2.0.15-r1.ebuild
20 +++ b/media-libs/raptor/raptor-2.0.15-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -20,7 +20,6 @@ IUSE="+curl debug json static-libs unicode"
28 DEPEND="
29 dev-libs/libxml2
30 dev-libs/libxslt
31 - net-dns/libidn2:=
32 curl? ( net-misc/curl )
33 json? ( dev-libs/yajl )
34 unicode? ( dev-libs/icu:= )