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 1CA82138334 for ; Wed, 10 Jul 2019 15:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B0C6E086B; Wed, 10 Jul 2019 15:03:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E6439E086B for ; Wed, 10 Jul 2019 15:03:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5A6EC34752C for ; Wed, 10 Jul 2019 15:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5C98266 for ; Wed, 10 Jul 2019 15:03:15 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1562770985.fa27222e4717fd840b5034b1170321265b7c2079.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.04.ebuild sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fa27222e4717fd840b5034b1170321265b7c2079 X-VCS-Branch: master Date: Wed, 10 Jul 2019 15:03:15 +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: 7625d480-fa37-4d0f-9530-7298aeef3a1a X-Archives-Hash: b14cca4c89945e58ba0548b25ed4df03 commit: fa27222e4717fd840b5034b1170321265b7c2079 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jul 10 15:03:05 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jul 10 15:03:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa27222e sys-boot/grub: add bug ref for dostrip call Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2 Signed-off-by: Mike Gilbert gentoo.org> sys-boot/grub/grub-2.04.ebuild | 1 + sys-boot/grub/grub-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-boot/grub/grub-2.04.ebuild b/sys-boot/grub/grub-2.04.ebuild index 567c2927112..07f21fac670 100644 --- a/sys-boot/grub/grub-2.04.ebuild +++ b/sys-boot/grub/grub-2.04.ebuild @@ -274,6 +274,7 @@ src_install() { insinto /etc/default newins "${FILESDIR}"/grub.default-3 grub + # https://bugs.gentoo.org/231935 dostrip -x /usr/lib/grub } diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 567c2927112..07f21fac670 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -274,6 +274,7 @@ src_install() { insinto /etc/default newins "${FILESDIR}"/grub.default-3 grub + # https://bugs.gentoo.org/231935 dostrip -x /usr/lib/grub }