Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
Date: Wed, 03 Jun 2020 20:52:48
Message-Id: 1591217559.8473c4c064316ccea312eb026b7493327002e6fe.slyfox@gentoo
1 commit: 8473c4c064316ccea312eb026b7493327002e6fe
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 3 20:52:23 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 3 20:52:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8473c4c0
7
8 sys-devel/gcc: 6.5.0: fix patchset numbering
9
10 -r2 was not a patchset bump, it should have been.
11 -r1 was a patchset bump by accident.
12
13 The change reverts -r1 back to patchset 3, -r2
14 is on patchset 4 now.
15
16 Package-Manager: Portage-2.3.100, Repoman-2.3.22
17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
18
19 sys-devel/gcc/gcc-6.5.0-r1.ebuild | 2 +-
20 sys-devel/gcc/gcc-6.5.0-r2.ebuild | 2 +-
21 2 files changed, 2 insertions(+), 2 deletions(-)
22
23 diff --git a/sys-devel/gcc/gcc-6.5.0-r1.ebuild b/sys-devel/gcc/gcc-6.5.0-r1.ebuild
24 index d720fd6569b..ceffa35a49a 100644
25 --- a/sys-devel/gcc/gcc-6.5.0-r1.ebuild
26 +++ b/sys-devel/gcc/gcc-6.5.0-r1.ebuild
27 @@ -3,7 +3,7 @@
28
29 EAPI="7"
30
31 -PATCH_VER="4"
32 +PATCH_VER="3"
33
34 inherit toolchain
35
36
37 diff --git a/sys-devel/gcc/gcc-6.5.0-r2.ebuild b/sys-devel/gcc/gcc-6.5.0-r2.ebuild
38 index ff44f51814e..79955645ce2 100644
39 --- a/sys-devel/gcc/gcc-6.5.0-r2.ebuild
40 +++ b/sys-devel/gcc/gcc-6.5.0-r2.ebuild
41 @@ -3,7 +3,7 @@
42
43 EAPI="7"
44
45 -PATCH_VER="3"
46 +PATCH_VER="4"
47
48 inherit toolchain