diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-03-13 19:46:54 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-03-13 19:46:54 +0100 |
commit | 04b793a41bc866bbfa802654bb271348162184bb (patch) | |
tree | ab90fc394bccee42aeb807efe167dca9cb2e0f59 /profiles/features | |
parent | dev-lang/go-bootstrap: drop 1.18.6, 1.19.1 (diff) | |
download | gentoo-04b793a41bc866bbfa802654bb271348162184bb.tar.gz gentoo-04b793a41bc866bbfa802654bb271348162184bb.tar.bz2 gentoo-04b793a41bc866bbfa802654bb271348162184bb.zip |
dev-lang/gnat-gpl: no musl and fix strncmp
Closes: https://bugs.gentoo.org/926307
Closes: https://bugs.gentoo.org/829178
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 90328a11703b..7ac418512f2d 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alfredo Tupone <tupone@gentoo.org> (2024-03-13) +# To bootstrap uses an ada compiler built using glibc +dev-lang/gnat-gpl + # Sergey Popov <pinkbyte@gentoo.org> (2024-03-05) # games-strategy/seven-kingdoms does not build on musl, # requires glibc-specific locale handling. (#923907) |