commit:     5e7b2f1c7e6893b2417061b3b94f68ee2787269d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 06:46:33 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 06:46:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7b2f1c

profiles/base/make.defaults: remove ruby27 from RUBY_TARGETS

dev-lang/ruby:2.7 will be masked for removal shortly. Start preparing
for it by removing it from RUBY_TARGETS.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 profiles/base/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 68ff36a90cc8..d7ebad36ea6e 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -101,8 +101,8 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 
lcdm001 mtxorb ncurses te
 
 # Manuel Rüger <mr...@gentoo.org> (2015-09-09)
 # Default Ruby build target(s)
-# Updated to include ruby30 on 2023-01-15
-RUBY_TARGETS="ruby27 ruby30"
+# Updated to remove ruby27 on 2023-03-26
+RUBY_TARGETS="ruby30"
 
 # Andreas K. Hüttel <dilfri...@gentoo.org> (2022-10-22)
 # These USE flags are what is common between the various sub-profiles. Stages 2

Reply via email to