Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 16 Jul 2018 07:14:48
Message-Id: 1531722598.75afdf6a4f7ce3d4141c79139952474662c34c93.zmedico@gentoo
1 commit: 75afdf6a4f7ce3d4141c79139952474662c34c93
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 06:29:58 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 06:29:58 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=75afdf6a
7
8 Updates for portage-2.3.43 release
9
10 RELEASE-NOTES | 11 +++++++++++
11 setup.py | 2 +-
12 2 files changed, 12 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index c5ccd0b4b..79d27ef1a 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,17 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.43
23 +==================================
24 +* Bug Fixes:
25 + - Bug 640058 failure to unmerge gentoo-sources include-prefixes
26 + directory
27 + - Bug 649806 eliminate redundant stat calls on profile.bashrc files
28 + - Bug 650814 eliminate unnecessary access syscalls on ebuilds
29 + - Bug 660982 repoman incorrectly reports IUSE.missing
30 + - Bug 661276 fix make.conf PORTDIR override when path does not exist
31 +
32 +
33 portage-2.3.42
34 ==================================
35 * Bug Fixes:
36
37 diff --git a/setup.py b/setup.py
38 index 3e4ccd5f6..f50971f60 100755
39 --- a/setup.py
40 +++ b/setup.py
41 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
42
43 setup(
44 name = 'portage',
45 - version = '2.3.42',
46 + version = '2.3.43',
47 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
48 author = 'Gentoo Portage Development Team',
49 author_email = 'dev-portage@g.o',