commit: 8473c4c064316ccea312eb026b7493327002e6fe Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Jun 3 20:52:23 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Jun 3 20:52:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8473c4c0
sys-devel/gcc: 6.5.0: fix patchset numbering -r2 was not a patchset bump, it should have been. -r1 was a patchset bump by accident. The change reverts -r1 back to patchset 3, -r2 is on patchset 4 now. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> sys-devel/gcc/gcc-6.5.0-r1.ebuild | 2 +- sys-devel/gcc/gcc-6.5.0-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/gcc/gcc-6.5.0-r1.ebuild b/sys-devel/gcc/gcc-6.5.0-r1.ebuild index d720fd6569b..ceffa35a49a 100644 --- a/sys-devel/gcc/gcc-6.5.0-r1.ebuild +++ b/sys-devel/gcc/gcc-6.5.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PATCH_VER="4" +PATCH_VER="3" inherit toolchain diff --git a/sys-devel/gcc/gcc-6.5.0-r2.ebuild b/sys-devel/gcc/gcc-6.5.0-r2.ebuild index ff44f51814e..79955645ce2 100644 --- a/sys-devel/gcc/gcc-6.5.0-r2.ebuild +++ b/sys-devel/gcc/gcc-6.5.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PATCH_VER="3" +PATCH_VER="4" inherit toolchain
