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, 19 Nov 2018 07:56:17
Message-Id: 1542612808.dbef3ec7503ae7f9eeaf718ee032cdbd78c33c04.zmedico@gentoo
1 commit: dbef3ec7503ae7f9eeaf718ee032cdbd78c33c04
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 19 07:33:15 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 19 07:33:28 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=dbef3ec7
7
8 Updates for portage-2.3.52 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 10 ++++++++++
13 setup.py | 2 +-
14 2 files changed, 11 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index c8fdc0255..87309e3c3 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,16 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.52
25 +==================================
26 +* Bug Fixes:
27 + - Bug 603594 Run RANLIB after stripping static archives to fix LTO
28 + - Bug 659582 Support FEATURES=pid-sandbox
29 + - Bug 668206 doebuild: skip timestamp check for deleted distfiles
30 + - Bug 668638 *-qa-check.d: fix entering EROOT in EAPI 7
31 + - Bug 670082 portageq get_repo_path: fix <eroot> parameter
32 +
33 +
34 portage-2.3.51
35 ==================================
36 * Bug Fixes:
37
38 diff --git a/setup.py b/setup.py
39 index f9cc6a6eb..b0bc51468 100755
40 --- a/setup.py
41 +++ b/setup.py
42 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
43
44 setup(
45 name = 'portage',
46 - version = '2.3.51',
47 + version = '2.3.52',
48 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
49 author = 'Gentoo Portage Development Team',
50 author_email = 'dev-portage@g.o',