diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-05-10 13:23:23 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-05-10 13:23:23 +0200 |
commit | 6c0b8e4964cb6701185ea5f59de4db1a655453cd (patch) | |
tree | 482882d2de2ad6884f0974a2ad1b7548ada0a561 /app-portage | |
parent | x11-libs/gtksourceview: Bump to 3.24.11 (diff) | |
download | gentoo-6c0b8e4964cb6701185ea5f59de4db1a655453cd.tar.gz gentoo-6c0b8e4964cb6701185ea5f59de4db1a655453cd.tar.bz2 gentoo-6c0b8e4964cb6701185ea5f59de4db1a655453cd.zip |
app-portage/portage-utils: disable maintainer mode for live ebuild
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portage-utils/portage-utils-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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}" } |