commit: 5b79d03d6b7770facca7243eb60e616c99a7db7a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Feb 28 06:48:35 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Feb 28 08:13:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b79d03d
profiles/arch: mask jit USE flag for dev-lang/ruby Mask the jit USE flag for dev-lang/ruby since this now requires rust starting with ruby 3.2. Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/loong/package.use.mask | 3 +++ 2 files changed, 7 insertions(+) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 073c161ed52c..eae0b1d0df9f 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Hans de Graaff <[email protected]> (2023-02-27) +# Depends on virtual/rust +dev-lang/ruby jit + # Sam James <[email protected]> (2022-12-26) # Unkeyworded dependencies dev-util/diffoscope opendocument pascal pdf R diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 2ae021013873..721deb5a7efc 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,9 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Hans de Graaff <[email protected]) (2023-02-27) +# Depends on virtual/rust +dev-lang/ruby jit # WANG Xuerui <[email protected]> (2022-12-06) # dev-cpp/glog fails tests, needs checknig
