From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E1B81388BF for ; Thu, 14 Jan 2016 12:47:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 153DFE0826; Thu, 14 Jan 2016 12:47:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1D7CE0826 for ; Thu, 14 Jan 2016 12:47:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F7D2340AF7 for ; Thu, 14 Jan 2016 12:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 842D6C89 for ; Thu, 14 Jan 2016 12:47:30 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1452775627.fbbad1dbc60708d9f08b3d35be092bf82b2b9489.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.165.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: fbbad1dbc60708d9f08b3d35be092bf82b2b9489 X-VCS-Branch: master Date: Thu, 14 Jan 2016 12:47:30 +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: 057424bc-86a8-4cdd-85b3-c07e2509ae91 X-Archives-Hash: 3402c57109eade83d35df2788f6c16c7 commit: fbbad1dbc60708d9f08b3d35be092bf82b2b9489 Author: Mike Frysinger gentoo org> AuthorDate: Thu Jan 14 12:46:58 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Jan 14 12:47:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbad1db dev-libs/elfutils: require new glibc for newer elf.h defs #571814 dev-libs/elfutils/elfutils-0.165.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/elfutils/elfutils-0.165.ebuild b/dev-libs/elfutils/elfutils-0.165.ebuild index 25c869a..3ba03eb 100644 --- a/dev-libs/elfutils/elfutils-0.165.ebuild +++ b/dev-libs/elfutils/elfutils-0.165.ebuild @@ -26,7 +26,9 @@ RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" +# We need to require a newer glibc for its elf.h defs. #571814 DEPEND="${RDEPEND} + !=sys-devel/flex-2.5.4a sys-devel/m4"