diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-02 23:15:40 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-02 23:15:40 +0000 |
commit | b47cc81062269224c432d6f81bb0a2d9dd4364b8 (patch) | |
tree | 956e4fe269240cd92b36f304ca74fd2bc8f8ed5b /profiles | |
parent | net-ftp/proftpd: CVE-2019-19269 fix, bug #701814 (diff) | |
download | gentoo-b47cc81062269224c432d6f81bb0a2d9dd4364b8.tar.gz gentoo-b47cc81062269224c432d6f81bb0a2d9dd4364b8.tar.bz2 gentoo-b47cc81062269224c432d6f81bb0a2d9dd4364b8.zip |
profiles/arch: mask glibc[gd] on riscv, m68k, sh
Bug: https://bugs.gentoo.org/701726
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/m68k/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/arch/sh/package.use.mask | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index 3ab6baaf2f23..1d01d1b7f1a8 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich <slyfox@gentoo.org> (2019-12-02) +# dev-util/systemtap is not keyworded on m68k +sys-libs/glibc systemtap + +# Sergei Trofimovich <slyfox@gentoo.org> (2019-12-02) +# media-libs/gd is not keyworded on m68k +sys-libs/glibc gd + # Michał Górny <mgorny@gentoo.org> (2017-08-08) # Requires USE=seccomp that is masked in this profile. net-libs/gnutls test-full diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 3026a5b39465..9a7a5a7ce313 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,14 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich <slyfox@gentoo.org> (2019-12-02) +# dev-util/systemtap is not keyworded on riscv +sys-libs/glibc systemtap + +# Sergei Trofimovich <slyfox@gentoo.org> (2019-12-02) +# media-libs/gd is not keyworded on riscv +sys-libs/glibc gd + # Dependency resolution is broken because # sys-fs/lvm2 has no riscv keyword sys-fs/e2fsprogs cron diff --git a/profiles/arch/sh/package.use.mask b/profiles/arch/sh/package.use.mask index 9f38a48d1ff6..97f28228eb2e 100644 --- a/profiles/arch/sh/package.use.mask +++ b/profiles/arch/sh/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich <slyfox@gentoo.org> (2019-12-02) +# dev-util/systemtap is not keyworded on sh +sys-libs/glibc systemtap + +# Sergei Trofimovich <slyfox@gentoo.org> (2019-12-02) +# media-libs/gd is not keyworded on sh +sys-libs/glibc gd + # Hans de Graaff <graaff@gentoo.org> (2019-04-08) # Obsolete ruby version, no newer versions keyworded or stable. dev-vcs/subversion ruby |