From: Fabian Groffen Date: Fri, 10 May 2019 11:23:23 +0000 (+0200) Subject: app-portage/portage-utils: disable maintainer mode for live ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6c0b8e4964cb6701185ea5f59de4db1a655453cd;p=gentoo.git app-portage/portage-utils: disable maintainer mode for live ebuild Signed-off-by: Fabian Groffen Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/app-portage/portage-utils/portage-utils-9999.ebuild b/app-portage/portage-utils/portage-utils-9999.ebuild index d2afd91deb57..224433e36f2b 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}" }