diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-17 10:17:38 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-17 11:25:25 +0100 |
commit | 26f684adecb5b9135f9eba9f1b63c83e3d5e5722 (patch) | |
tree | 3f2f74bf98e5d055ea304c5a7fca3dbfddd83126 /sys-devel/gcc | |
parent | toolchain.eclass: add an assert for minimum supported gcc (diff) | |
download | gentoo-26f684adecb5b9135f9eba9f1b63c83e3d5e5722.tar.gz gentoo-26f684adecb5b9135f9eba9f1b63c83e3d5e5722.tar.bz2 gentoo-26f684adecb5b9135f9eba9f1b63c83e3d5e5722.zip |
sys-devel/gcc: update live ebuild to use EAPI=8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/gcc-12.0.0_pre9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild b/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild index 1b0bb53d40b5..e804e6bb8c7a 100644 --- a/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild +++ b/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PATCH_GCC_VER="12.0.0" PATCH_VER="1" |