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, 03 Sep 2018 18:25:27
Message-Id: 1535997024.afd0eb8b4b926f6bbb92a2a20c799ec7b528f706.zmedico@gentoo
1 commit: afd0eb8b4b926f6bbb92a2a20c799ec7b528f706
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 17:50:24 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 17:50:24 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=afd0eb8b
7
8 Updates for portage-2.3.49 release
9
10 RELEASE-NOTES | 6 ++++++
11 setup.py | 4 ++--
12 2 files changed, 8 insertions(+), 2 deletions(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 53b622780..0725ce218 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,12 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.49
23 +==================================
24 +* Bug Fixes:
25 + - Bug 665038 enable has/best_version -b in any phase for prefix
26 +
27 +
28 portage-2.3.48
29 ==================================
30 * Bug Fixes:
31
32 diff --git a/setup.py b/setup.py
33 index 670886c4d..8c4515470 100755
34 --- a/setup.py
35 +++ b/setup.py
36 @@ -1,5 +1,5 @@
37 #!/usr/bin/env python
38 -# Copyright 1998-2014 Gentoo Foundation
39 +# Copyright 1998-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 from __future__ import print_function
43 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
44
45 setup(
46 name = 'portage',
47 - version = '2.3.48',
48 + version = '2.3.49',
49 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
50 author = 'Gentoo Portage Development Team',
51 author_email = 'dev-portage@g.o',