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 EDD17138206 for ; Wed, 27 Apr 2016 16:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 366BB21C00A; Wed, 27 Apr 2016 16:20:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D20B121C00A for ; Wed, 27 Apr 2016 16:20:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F052340A9C for ; Wed, 27 Apr 2016 16:20:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16619188 for ; Wed, 27 Apr 2016 16:20:44 +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: <1461774039.c9f9131f78246af7b45d0375606ae6c616765a75.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.02_beta3-r1.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c9f9131f78246af7b45d0375606ae6c616765a75 X-VCS-Branch: master Date: Wed, 27 Apr 2016 16:20:44 +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: 0ca3f359-7da2-44ab-9fb4-c8518f0e90ec X-Archives-Hash: ad29054efc18ea301d86ab32f5c4acac commit: c9f9131f78246af7b45d0375606ae6c616765a75 Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 27 16:20:25 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 27 16:20:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f9131f sys-boot/grub: call eautoreconf for the sysmacros patch Package-Manager: portage-2.2.28_p79 sys-boot/grub/grub-2.02_beta3-r1.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sys-boot/grub/grub-2.02_beta3-r1.ebuild b/sys-boot/grub/grub-2.02_beta3-r1.ebuild index 43291a0..99531f1 100644 --- a/sys-boot/grub/grub-2.02_beta3-r1.ebuild +++ b/sys-boot/grub/grub-2.02_beta3-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 if [[ ${PV} == 9999 ]]; then PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) - inherit autotools python-any-r1 + inherit python-any-r1 fi inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator @@ -150,12 +150,8 @@ src_prepare() { sed -i -e 's/^\* GRUB:/* GRUB2:/' -e 's/(grub)/(grub2)/' docs/grub.texi || die fi - if [[ ${PV} == 9999 ]]; then - python_setup - bash autogen.sh || die - autopoint() { :; } - eautoreconf - fi + autopoint() { :; } + eautoreconf } grub_do() {