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 D1F83139085 for ; Sat, 24 Dec 2016 09:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07DC321C012; Sat, 24 Dec 2016 09:12:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D50F821C012 for ; Sat, 24 Dec 2016 09:12:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 192F1341229 for ; Sat, 24 Dec 2016 09:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8703D9D8 for ; Sat, 24 Dec 2016 09:12:53 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1482570771.979641b29871524b21766e858e3ca6e2cbefde40.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/libidn2/libidn2-0.11.ebuild X-VCS-Directories: net-dns/libidn2/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 979641b29871524b21766e858e3ca6e2cbefde40 X-VCS-Branch: master Date: Sat, 24 Dec 2016 09:12:53 +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-Archives-Salt: 045700c5-752b-4d14-ab20-c3968eaa282e X-Archives-Hash: 3c4f4a3d3b36e51b0c79dc2bab32d564 commit: 979641b29871524b21766e858e3ca6e2cbefde40 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 24 09:12:10 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Dec 24 09:12:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979641b2 net-dns/libidn2: Depend on sys-apps/help2man (bug #602970). Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-dns/libidn2/libidn2-0.11.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-dns/libidn2/libidn2-0.11.ebuild b/net-dns/libidn2/libidn2-0.11.ebuild index cb54f09..91654e1 100644 --- a/net-dns/libidn2/libidn2-0.11.ebuild +++ b/net-dns/libidn2/libidn2-0.11.ebuild @@ -14,6 +14,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" +DEPEND=" + sys-apps/help2man +" + PATCHES=( "${FILESDIR}"/${PN}-0.10-examples.patch "${FILESDIR}"/${PN}-0.10-Werror.patch