Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: /
Date: Thu, 28 Nov 2019 13:41:18
Message-Id: 1574948383.afaad1201ab3d8d3ab27bee8269ab837435beb95.ulm@gentoo
1 commit: afaad1201ab3d8d3ab27bee8269ab837435beb95
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 13:39:43 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 13:39:43 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=afaad120
7
8 Changelog: Whitespace fixes.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ChangeLog | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index e9f1f8e..aaa31db 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -108,7 +108,7 @@
20 2017-06-18 Ulrich Müller <ulm@g.o>
21
22 * libs/package-manager.bash.in (arch): Map nios2 to nios2 (as it
23 - is called in profiles/arch.list) rather than nios.
24 + is called in profiles/arch.list) rather than nios.
25
26 2017-05-22 Ulrich Müller <ulm@g.o>
27
28 @@ -132,7 +132,7 @@
29 * configure.ac: Update version to 1.4.9.
30 * Tagged 1.4.9 release.
31
32 -2017-03-21 Mike Frysinger <vapier@g.o>
33 +2017-03-21 Mike Frysinger <vapier@g.o>
34
35 * libs/package-manager.bash.in (arch): Fill out arch matches
36 a bit more.
37 @@ -737,7 +737,7 @@
38 2011-03-13 Ulrich Müller <ulm@g.o>
39
40 * modules/profile.eselect: Support make.profile in both the /etc
41 - and the /etc/portage directory.
42 + and the /etc/portage directory.
43 (DESCRIPTION): Don't mention explicit path.
44 (get_symlink_location): New function, sets MAKE_PROFILE variable.
45 (do_show, do_set): Call get_symlink_location.