commit: 6c0b8e4964cb6701185ea5f59de4db1a655453cd
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 11:23:23 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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}"
}