diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-10-06 08:23:42 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-10-06 08:23:42 +0200 |
commit | 60910451d576803cc2cdfdbaad7fe70a7b41f55d (patch) | |
tree | d9f3bc944261d7ba7ff93cad7413890f9bf20bdb /profiles/base | |
parent | dev-ruby/ostruct: new package, add 0.6.0 (diff) | |
download | gentoo-60910451d576803cc2cdfdbaad7fe70a7b41f55d.tar.gz gentoo-60910451d576803cc2cdfdbaad7fe70a7b41f55d.tar.bz2 gentoo-60910451d576803cc2cdfdbaad7fe70a7b41f55d.zip |
profiles/base/make.defaults: drop ruby31 from RUBY_TARGETS
ruby32 has been stable on all arches for some time now and people have
had time to update to ruby32. Remove ruby31 in preparation for its
masking in April 2025.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 515c1745fc52..181383d87993 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -94,9 +94,9 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fu LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" # Manuel Rüger <mrueg@gentoo.org> (2015-09-09) -# Hans de Graaff <graaff@gentoo.org> (2024-05-20) +# Hans de Graaff <graaff@gentoo.org> (2024-10-08) # Default Ruby build target(s) -RUBY_TARGETS="ruby31 ruby32" +RUBY_TARGETS="ruby32" # Andreas K. Hüttel <dilfridge@gentoo.org> (2022-10-22) # These USE flags are what is common between the various sub-profiles. Stages 2 |