Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Sat, 11 May 2019 07:14:54
Message-Id: 1557504954.e491ec5bc156077df5d86ff14c98b7e48948993e.grobian@gentoo
1 commit: e491ec5bc156077df5d86ff14c98b7e48948993e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 16:15:54 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 16:15:54 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e491ec5b
7
8 README: update after maintainer mode addition
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 README.md | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/README.md b/README.md
16 index bfb6341..2ad3226 100644
17 --- a/README.md
18 +++ b/README.md
19 @@ -15,7 +15,8 @@ of information. The focus is on size and speed, so everything is in C.
20 ## Building
21
22 Run `configure` followed by `make`. If you're using git-sources, run
23 -autoreconf first to get various timestamps correct.
24 +`configure` with `--disable-maintainer-mode` or run autoreconf to get
25 +various timestamps correct.
26
27 ## Helping out