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 10:07:52
Message-Id: 1549706863.95e46140848cae45e611bb1a5b709d8db9bcaa13.polynomial-c@gentoo
1 commit: 95e46140848cae45e611bb1a5b709d8db9bcaa13
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 10:07:30 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 10:07:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e46140
7
8 media-libs/raptor: Added libidn2 to (R)DEPEND.
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-libs/raptor/raptor-2.0.15-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild b/media-libs/raptor/raptor-2.0.15-r1.ebuild
17 index 2710505b274..51a7b2acbfb 100644
18 --- a/media-libs/raptor/raptor-2.0.15-r1.ebuild
19 +++ b/media-libs/raptor/raptor-2.0.15-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -20,6 +20,7 @@ IUSE="+curl debug json static-libs unicode"
27 DEPEND="
28 dev-libs/libxml2
29 dev-libs/libxslt
30 + net-dns/libidn2:=
31 curl? ( net-misc/curl )
32 json? ( dev-libs/yajl )
33 unicode? ( dev-libs/icu:= )