diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-05-16 21:05:13 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-05-16 21:43:23 +0100 |
commit | f07eff95dc31f861a83ee0c89cb06d1981c02bea (patch) | |
tree | 114311dfb865e78d0f44da8c050583c917e3e9a9 /profiles | |
parent | dev-games/cegui: Switch Python single target from 2.7 to 3.8 (diff) | |
download | gentoo-f07eff95dc31f861a83ee0c89cb06d1981c02bea.tar.gz gentoo-f07eff95dc31f861a83ee0c89cb06d1981c02bea.tar.bz2 gentoo-f07eff95dc31f861a83ee0c89cb06d1981c02bea.zip |
profiles: Mask dev-games/cegui[debug] on musl
execinfo.h is required for musl.
Bug: https://bugs.gentoo.org/715934
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index bdf59a5b1484..6121492e84f9 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors. +# Copyright 1999-2020 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <chewi@gentoo.org> (2020-05-16) +# execinfo.h is required for debug. +dev-games/cegui debug + # Sergei Trofimovich <slyfox@gentoo.org> (2020-03-19) # check does not work on musl, bug #713138 dev-lang/gforth check |