Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/
Date: Fri, 10 May 2019 11:30:52
Message-Id: 1557487403.6c0b8e4964cb6701185ea5f59de4db1a655453cd.grobian@gentoo
1 commit: 6c0b8e4964cb6701185ea5f59de4db1a655453cd
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 11:23:23 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 11:23:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0b8e49
7
8 app-portage/portage-utils: disable maintainer mode for live ebuild
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-portage/portage-utils/portage-utils-9999.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/app-portage/portage-utils/portage-utils-9999.ebuild b/app-portage/portage-utils/portage-utils-9999.ebuild
17 index d2afd91deb5..224433e36f2 100644
18 --- a/app-portage/portage-utils/portage-utils-9999.ebuild
19 +++ b/app-portage/portage-utils/portage-utils-9999.ebuild
20 @@ -28,9 +28,8 @@ DEPEND="${RDEPEND}
21
22 src_prepare() {
23 default
24 - [[ ${PV} == *9999 ]] && eautoreconf
25 }
26
27 src_configure() {
28 - econf --with-eprefix="${EPREFIX}"
29 + econf --disable-maintainer-mode --with-eprefix="${EPREFIX}"
30 }