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 6EBB0138334 for ; Mon, 13 May 2019 08:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E8F3E0896; Mon, 13 May 2019 08:06:56 +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 7517FE0896 for ; Mon, 13 May 2019 08:06:56 +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 60ABC3441CC for ; Mon, 13 May 2019 08:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A2265F3 for ; Mon, 13 May 2019 08:06:54 +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: <1557734800.6656766e29bb045723faa715a2b07146b32ff75a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/iproute2-5.1.0.ebuild sys-apps/iproute2/iproute2-9999.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6656766e29bb045723faa715a2b07146b32ff75a X-VCS-Branch: master Date: Mon, 13 May 2019 08:06:54 +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: fc72a444-9be9-4f14-9e4a-7876b92d02a4 X-Archives-Hash: 75427250d4afa1fd17de02cec27d0ae5 commit: 6656766e29bb045723faa715a2b07146b32ff75a Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon May 13 00:00:08 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon May 13 08:06:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6656766e sys-apps/iproute2: Depend on sys-kernel/linux-headers only in DEPEND, drop dependency on sys-libs/glibc. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Closes: https://bugs.gentoo.org/685758 Signed-off-by: Lars Wendler gentoo.org> sys-apps/iproute2/iproute2-5.1.0.ebuild | 5 ++--- sys-apps/iproute2/iproute2-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-apps/iproute2/iproute2-5.1.0.ebuild b/sys-apps/iproute2/iproute2-5.1.0.ebuild index 8f2fdbfb7d9..5db7d040eee 100644 --- a/sys-apps/iproute2/iproute2-5.1.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.1.0.ebuild @@ -32,17 +32,16 @@ RDEPEND=" atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) " +# We require newer linux-headers for ipset support #549948 and some defines #553876 DEPEND=" ${RDEPEND} + >=sys-kernel/linux-headers-3.16 " -# We require newer linux-headers for ipset support #549948 and some defines #553876 BDEPEND=" app-arch/xz-utils >=sys-devel/bison-2.4 sys-devel/flex - >=sys-kernel/linux-headers-3.16 virtual/pkgconfig - elibc_glibc? ( >=sys-libs/glibc-2.7 ) " PATCHES=( diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index 8f2fdbfb7d9..5db7d040eee 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -32,17 +32,16 @@ RDEPEND=" atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) " +# We require newer linux-headers for ipset support #549948 and some defines #553876 DEPEND=" ${RDEPEND} + >=sys-kernel/linux-headers-3.16 " -# We require newer linux-headers for ipset support #549948 and some defines #553876 BDEPEND=" app-arch/xz-utils >=sys-devel/bison-2.4 sys-devel/flex - >=sys-kernel/linux-headers-3.16 virtual/pkgconfig - elibc_glibc? ( >=sys-libs/glibc-2.7 ) " PATCHES=(