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 50214138334 for ; Mon, 7 Jan 2019 13:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B98E084A; Mon, 7 Jan 2019 13:51:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EF8CFE084A for ; Mon, 7 Jan 2019 13:51:41 +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 811A3335D01 for ; Mon, 7 Jan 2019 13:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631132A7 for ; Mon, 7 Jan 2019 13:51:37 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1546869053.aca5420b576961ed6d3a373b1ed52cb1c42343c8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/libidn2/libidn2-2.1.0.ebuild X-VCS-Directories: net-dns/libidn2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: aca5420b576961ed6d3a373b1ed52cb1c42343c8 X-VCS-Branch: master Date: Mon, 7 Jan 2019 13:51:37 +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: d0728922-7165-4d5e-af9b-0a0e402b6eef X-Archives-Hash: faa98907253317ec4be91da49432f401 commit: aca5420b576961ed6d3a373b1ed52cb1c42343c8 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jan 7 13:50:42 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jan 7 13:50:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca5420b net-dns/libidn2: improve eapi7 dependencies. perl and help2man are BDEPEND not target dependencies (DEPEND). Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Alexis Ballier gentoo.org> net-dns/libidn2/libidn2-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/libidn2/libidn2-2.1.0.ebuild b/net-dns/libidn2/libidn2-2.1.0.ebuild index 7aee397096c..d5e87e2879a 100644 --- a/net-dns/libidn2/libidn2-2.1.0.ebuild +++ b/net-dns/libidn2/libidn2-2.1.0.ebuild @@ -18,8 +18,8 @@ IUSE="static-libs" RDEPEND=" dev-libs/libunistring[${MULTILIB_USEDEP}] " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-lang/perl sys-apps/help2man "