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 A94F4138334 for ; Fri, 10 May 2019 11:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEBACE0876; Fri, 10 May 2019 11:30:51 +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 9249BE0876 for ; Fri, 10 May 2019 11:30:50 +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 199B7343F5C for ; Fri, 10 May 2019 11:30:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB7F5266 for ; Fri, 10 May 2019 11:30:46 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1557487403.6c0b8e4964cb6701185ea5f59de4db1a655453cd.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/portage-utils/portage-utils-9999.ebuild X-VCS-Directories: app-portage/portage-utils/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 6c0b8e4964cb6701185ea5f59de4db1a655453cd X-VCS-Branch: master Date: Fri, 10 May 2019 11:30:46 +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: 4e1c8376-dd9c-4760-9ced-be41aa990136 X-Archives-Hash: 3a88fdc96bda44cbd36e1ef70f4b38af commit: 6c0b8e4964cb6701185ea5f59de4db1a655453cd Author: Fabian Groffen gentoo org> AuthorDate: Fri May 10 11:23:23 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri May 10 11:23:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0b8e49 app-portage/portage-utils: disable maintainer mode for live ebuild Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-portage/portage-utils/portage-utils-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-portage/portage-utils/portage-utils-9999.ebuild b/app-portage/portage-utils/portage-utils-9999.ebuild index d2afd91deb5..224433e36f2 100644 --- a/app-portage/portage-utils/portage-utils-9999.ebuild +++ b/app-portage/portage-utils/portage-utils-9999.ebuild @@ -28,9 +28,8 @@ DEPEND="${RDEPEND} src_prepare() { default - [[ ${PV} == *9999 ]] && eautoreconf } src_configure() { - econf --with-eprefix="${EPREFIX}" + econf --disable-maintainer-mode --with-eprefix="${EPREFIX}" }