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 D8C34138334 for ; Wed, 3 Jul 2019 03:08:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAC7E07DF; Wed, 3 Jul 2019 03:08: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 C10DBE07DF for ; Wed, 3 Jul 2019 03:08: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 4C729346E52 for ; Wed, 3 Jul 2019 03:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8250B606 for ; Wed, 3 Jul 2019 03:08:47 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1562123319.c04656f45e66a29ab7f9284c31059644d426c1ec.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/ X-VCS-Repository: proj/musl X-VCS-Files: sys-apps/iproute2/iproute2-5.1.0.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: c04656f45e66a29ab7f9284c31059644d426c1ec X-VCS-Branch: master Date: Wed, 3 Jul 2019 03:08:47 +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: 7fa3ef9e-ba48-47c1-ab2b-2ccdd1ee70f7 X-Archives-Hash: 91138a7f410edfcf6103c972f2bdb6e7 commit: c04656f45e66a29ab7f9284c31059644d426c1ec Author: Jory Pratt gentoo org> AuthorDate: Wed Jul 3 03:08:39 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Jul 3 03:08:39 2019 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c04656f4 sys-apps/iproute2: add missing sys-libs/queue-standalone dep Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Jory Pratt gentoo.org> sys-apps/iproute2/iproute2-5.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/iproute2/iproute2-5.1.0.ebuild b/sys-apps/iproute2/iproute2-5.1.0.ebuild index f2771e5..beb936e 100644 --- a/sys-apps/iproute2/iproute2-5.1.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.1.0.ebuild @@ -31,6 +31,7 @@ RDEPEND=" berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) + elibc_musl? ( sys-libs/queue-standalone ) " # We require newer linux-headers for ipset support #549948 and some defines #553876 DEPEND="