diff options
author | 2021-07-28 10:22:25 +0100 | |
---|---|---|
committer | 2021-07-28 10:32:32 +0100 | |
commit | c1e1a579c69fb8ba409947f2d355fb624f324a3d (patch) | |
tree | 3e15289242fe49bd6f0f685096d4ac0e31441ebf /sys-devel/gcc/gcc-11.2.0.ebuild | |
parent | dev-python/uvloop: Attempt fixing 64-bit thread id problems (diff) | |
download | gentoo-c1e1a579c69fb8ba409947f2d355fb624f324a3d.tar.gz gentoo-c1e1a579c69fb8ba409947f2d355fb624f324a3d.tar.bz2 gentoo-c1e1a579c69fb8ba409947f2d355fb624f324a3d.zip |
sys-devel/gcc: bump up to 11.2.0 (no keywords yet)
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-11.2.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-11.2.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-11.2.0.ebuild b/sys-devel/gcc/gcc-11.2.0.ebuild new file mode 100644 index 000000000000..7280c570670c --- /dev/null +++ b/sys-devel/gcc/gcc-11.2.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PATCH_VER="1" + +inherit toolchain + +#unkeyworded for minimal testing +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="" +BDEPEND="${CATEGORY}/binutils" |