From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2E17138334 for ; Sat, 9 Feb 2019 10:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DFEBE09E3; Sat, 9 Feb 2019 10:07:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0622EE09E3 for ; Sat, 9 Feb 2019 10:07:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEADB335D1C for ; Sat, 9 Feb 2019 10:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCA6B520 for ; Sat, 9 Feb 2019 10:07:48 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1549706863.95e46140848cae45e611bb1a5b709d8db9bcaa13.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/raptor/raptor-2.0.15-r1.ebuild X-VCS-Directories: media-libs/raptor/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 95e46140848cae45e611bb1a5b709d8db9bcaa13 X-VCS-Branch: master Date: Sat, 9 Feb 2019 10:07:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ee98956-e823-4c29-b8a5-0d7f53763f17 X-Archives-Hash: 7b657b344bff7515e055eb0c8be5f4c2 commit: 95e46140848cae45e611bb1a5b709d8db9bcaa13 Author: Lars Wendler gentoo org> AuthorDate: Sat Feb 9 10:07:30 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Feb 9 10:07:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e46140 media-libs/raptor: Added libidn2 to (R)DEPEND. Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-libs/raptor/raptor-2.0.15-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild b/media-libs/raptor/raptor-2.0.15-r1.ebuild index 2710505b274..51a7b2acbfb 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:= )