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: Thu, 03 May 2018 21:35:25
Message-Id: 1525380061.574ca2a99c503174ea9af0356683107c3dc48a9c.zmedico@gentoo
1 commit: 574ca2a99c503174ea9af0356683107c3dc48a9c
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 3 20:41:01 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu May 3 20:41:01 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=574ca2a9
7
8 Updates for portage-2.3.34 release
9
10 RELEASE-NOTES | 7 +++++++
11 setup.py | 2 +-
12 2 files changed, 8 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index f89b02991..3423e4cfc 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,13 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.34
23 +==================================
24 +* Bug Fixes:
25 + - Bug 654600 SYSROOT=/ setting breaks eautoconf for firefox
26 + - Bug 654664 silence emerge --sync --quiet signature info
27 +
28 +
29 portage-2.3.33
30 ==================================
31 * Bug Fixes:
32
33 diff --git a/setup.py b/setup.py
34 index d09ca1690..6762b7704 100755
35 --- a/setup.py
36 +++ b/setup.py
37 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
38
39 setup(
40 name = 'portage',
41 - version = '2.3.33',
42 + version = '2.3.34',
43 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
44 author = 'Gentoo Portage Development Team',
45 author_email = 'dev-portage@g.o',