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 7AD7E138334 for ; Sun, 17 Jun 2018 17:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E85CE08FC; Sun, 17 Jun 2018 17:27:45 +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 685ACE08FC for ; Sun, 17 Jun 2018 17:27:45 +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 A483E335C8D for ; Sun, 17 Jun 2018 17:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE4EB2C8 for ; Sun, 17 Jun 2018 17:27:41 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1529256449.271a55a9f3a4576fb8fd95762d704e6310d8819d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.27-r4.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 271a55a9f3a4576fb8fd95762d704e6310d8819d X-VCS-Branch: master Date: Sun, 17 Jun 2018 17:27:41 +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: 31c1c0f9-680b-44af-8048-6a2af52f1907 X-Archives-Hash: 536c7d1fc171e2ccc888d39bce539b99 commit: 271a55a9f3a4576fb8fd95762d704e6310d8819d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jun 17 17:27:29 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jun 17 17:27:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271a55a9 sys-libs/glibc: Require bison in DEPEND Keeping the bug open until we've been talking to upstream about it. Bug: https://bugs.gentoo.org/657458 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-libs/glibc/glibc-2.27-r4.ebuild | 1 + sys-libs/glibc/glibc-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-libs/glibc/glibc-2.27-r4.ebuild b/sys-libs/glibc/glibc-2.27-r4.ebuild index 41fee4261d5..070319f2fc2 100644 --- a/sys-libs/glibc/glibc-2.27-r4.ebuild +++ b/sys-libs/glibc/glibc-2.27-r4.ebuild @@ -72,6 +72,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} >=app-misc/pax-utils-0.1.10 + sys-devel/bison !