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: Sat, 17 Jul 2021 10:25:33
Message-Id: 1626517525.26f684adecb5b9135f9eba9f1b63c83e3d5e5722.slyfox@gentoo
1 commit: 26f684adecb5b9135f9eba9f1b63c83e3d5e5722
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 09:17:38 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 10:25:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f684ad
7
8 sys-devel/gcc: update live ebuild to use EAPI=8
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/gcc/gcc-12.0.0_pre9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild b/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild
17 index 1b0bb53d40b..e804e6bb8c7 100644
18 --- a/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild
19 +++ b/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="7"
25 +EAPI="8"
26
27 PATCH_GCC_VER="12.0.0"
28 PATCH_VER="1"