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 F1FAC138334 for ; Sun, 21 Jul 2019 00:15:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B00E077F; Sun, 21 Jul 2019 00:15:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EAC3CE077F for ; Sun, 21 Jul 2019 00:15:50 +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 208F3348124 for ; Sun, 21 Jul 2019 00:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C583F6E9 for ; Sun, 21 Jul 2019 00:15:46 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1563668106.664ec5dec05e7e808b9a633c372b85d24ea153d1.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/iputils/iputils-20190709.ebuild net-misc/iputils/iputils-99999999.ebuild X-VCS-Directories: net-misc/iputils/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 664ec5dec05e7e808b9a633c372b85d24ea153d1 X-VCS-Branch: master Date: Sun, 21 Jul 2019 00:15:46 +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: 01badfeb-2a24-44b0-8afe-fe66513cdf15 X-Archives-Hash: 85d8f0b09243d6adc7bbef0094a62a82 commit: 664ec5dec05e7e808b9a633c372b85d24ea153d1 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jul 21 00:15:06 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jul 21 00:15:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664ec5de net-misc/iputils: virtual/os-headers belongs into DEPEND Reported-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> net-misc/iputils/iputils-20190709.ebuild | 6 ++---- net-misc/iputils/iputils-99999999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/net-misc/iputils/iputils-20190709.ebuild b/net-misc/iputils/iputils-20190709.ebuild index 31637094b14..3d4c44ef2ce 100644 --- a/net-misc/iputils/iputils-20190709.ebuild +++ b/net-misc/iputils/iputils-20190709.ebuild @@ -29,10 +29,7 @@ LICENSE="BSD GPL-2+ rdisc" SLOT="0" IUSE="+arping caps clockdiff doc gcrypt idn ipv6 libressl nettle nls rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute6" -BDEPEND=" - virtual/os-headers - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" LIB_DEPEND=" caps? ( sys-libs/libcap[static-libs(+)] ) @@ -61,6 +58,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} + virtual/os-headers static? ( ${LIB_DEPEND} ) " diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild index ffc2311cad4..b017e1a7fb9 100644 --- a/net-misc/iputils/iputils-99999999.ebuild +++ b/net-misc/iputils/iputils-99999999.ebuild @@ -29,10 +29,7 @@ LICENSE="BSD GPL-2+ rdisc" SLOT="0" IUSE="+arping caps clockdiff doc gcrypt idn ipv6 libressl nettle nls rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute6" -BDEPEND=" - virtual/os-headers - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" LIB_DEPEND=" caps? ( sys-libs/libcap[static-libs(+)] ) @@ -61,6 +58,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} + virtual/os-headers static? ( ${LIB_DEPEND} ) "