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: Fri, 04 May 2018 17:32:56
Message-Id: 1525454378.5c6aace3b39d7acf8ee2e559b27c7f49afd71182.zmedico@gentoo
1 commit: 5c6aace3b39d7acf8ee2e559b27c7f49afd71182
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 4 17:19:38 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 17:19:38 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5c6aace3
7
8 Updates for portage-2.3.36 release
9
10 RELEASE-NOTES | 8 ++++++++
11 setup.py | 2 +-
12 2 files changed, 9 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 6bb7ef73d..594e5a705 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,14 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.36
23 +==================================
24 +* Bug Fixes:
25 + - Bug 654782 autounmask fails on non satisfiable REQUIRED_USE
26 + - Bug 654812 category directory left after successful merge
27 + - Bug 654838 ecompress spurious imageusr directory in EAPI 7
28 +
29 +
30 portage-2.3.35
31 ==================================
32 * Bug Fixes:
33
34 diff --git a/setup.py b/setup.py
35 index 7ed87c911..25bb30006 100755
36 --- a/setup.py
37 +++ b/setup.py
38 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
39
40 setup(
41 name = 'portage',
42 - version = '2.3.35',
43 + version = '2.3.36',
44 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
45 author = 'Gentoo Portage Development Team',
46 author_email = 'dev-portage@g.o',