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: Wed, 27 Nov 2019 03:45:29
Message-Id: 1574825697.12371ccdbdc6bb5327653b9263ab4e03fa56fdf4.zmedico@gentoo
1 commit: 12371ccdbdc6bb5327653b9263ab4e03fa56fdf4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 03:34:48 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 03:34:57 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=12371ccd
7
8 Updates for portage-2.3.80 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 9 +++++++++
13 setup.py | 2 +-
14 2 files changed, 10 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 83a227836..a3b077da0 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,15 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.80
25 +==================================
26 +* Bug Fixes:
27 + - Bug 667432 Rename DCO_SIGNED_OFF_BY config variable to SIGNED_OFF_BY.
28 + - Bug 674562 eapply: Drop -s option for patch.
29 + - Bug 689226 emerge --buildpkgonly: respect buildtime hard blockers
30 + - Bug 699986 emerge: add --quickpkg-direct option
31 +
32 +
33 portage-2.3.79
34 ==================================
35 * Bug Fixes:
36
37 diff --git a/setup.py b/setup.py
38 index 43bd88808..964bfb036 100755
39 --- a/setup.py
40 +++ b/setup.py
41 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
42
43 setup(
44 name = 'portage',
45 - version = '2.3.79',
46 + version = '2.3.80',
47 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
48 author = 'Gentoo Portage Development Team',
49 author_email = 'dev-portage@g.o',