From 44eed74d8bc1287470555ae21ca5531782a5185d Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 22 Jul 2019 08:38:01 +0200 Subject: [PATCH] profiles/arch: turn off ruby25 in RUBY_TARGETS This is needed to overrule the ruby25 target in the base make.defaults. Otherwise this ruby target will be set for all stable profiles without ruby itself being stable. Fixes: https://bugs.gentoo.org/690300 Signed-off-by: Hans de Graaff --- profiles/arch/alpha/make.defaults | 2 +- profiles/arch/amd64/make.defaults | 2 +- profiles/arch/arm/make.defaults | 2 +- profiles/arch/arm64/make.defaults | 2 +- profiles/arch/hppa/make.defaults | 2 +- profiles/arch/ia64/make.defaults | 2 +- profiles/arch/powerpc/ppc32/make.defaults | 2 +- profiles/arch/powerpc/ppc64/make.defaults | 2 +- profiles/arch/s390/make.defaults | 2 +- profiles/arch/sparc/make.defaults | 2 +- profiles/arch/x86/make.defaults | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index b0d8d036c6a6..21df1ec3ca08 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -35,4 +35,4 @@ USE="libtirpc" # Hans de Graaff