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, 17 Aug 2018 23:13:44
Message-Id: 1534546384.5a1528ee9b1246836c7cd066cc4506820a9a5a23.zmedico@gentoo
1 commit: 5a1528ee9b1246836c7cd066cc4506820a9a5a23
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 22:53:04 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 17 22:53:04 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5a1528ee
7
8 Updates for portage-2.3.47 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 0e736b816..626147679 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.47
23 +==================================
24 +* Bug Fixes:
25 + - Bug 636674 add make.conf.example for arm
26 + - Bug 663848 fix bugs in FEATURES=test to USE=test mapping
27 + - Bug 663904 map empty ROOT environment variable to /
28 +
29 +
30 portage-2.3.46
31 ==================================
32 * Bug Fixes:
33
34 diff --git a/setup.py b/setup.py
35 index 8844b7fd7..529f33654 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.46',
43 + version = '2.3.47',
44 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
45 author = 'Gentoo Portage Development Team',
46 author_email = 'dev-portage@g.o',