Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849383 - base profile RUBY_TARGETS="ruby26"
Summary: base profile RUBY_TARGETS="ruby26"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL: https://www.ruby-lang.org/en/download...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-06-02 19:02 UTC by Bertrand Jacquin
Modified: 2022-06-04 07:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2022-06-02 19:02:26 UTC
Hi,

base profile currently defines ruby26 and ruby27 as default ruby targets as per https://gitweb.gentoo.org/repo/gentoo.git/tree/profiles/base/make.defaults#n105 while ruby26 is technically EOL since 2022-04-12 as per https://www.ruby-lang.org/en/downloads/branches

Would it be time for gentoo to disable ruby26 from base profile ?

Reproducible: Always
Comment 1 Bertrand Jacquin 2022-06-02 19:06:04 UTC
PR to remove ruby26 from base profile: https://github.com/gentoo/gentoo/pull/25731
Comment 2 Larry the Git Cow gentoo-dev 2022-06-04 07:48:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202e516f5c66ea9f3dadbf1d6c4360ac91ce6de8

commit 202e516f5c66ea9f3dadbf1d6c4360ac91ce6de8
Author:     Bertrand Jacquin <bertrand@jacquin.bzh>
AuthorDate: 2022-06-02 19:03:31 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2022-06-04 07:48:03 +0000

    profiles/base: remove ruby26 from default RUBY_TARGETS
    
    ruby26 is EOL since 2022-04-12 as per https://www.ruby-lang.org/en/downloads/branches.
    
    Closes: https://bugs.gentoo.org/849383
    Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh>
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Hans de Graaff gentoo-dev Security 2022-06-04 07:52:34 UTC
Yes, this is a good idea and I've just merged this commit. I've also started the process for removal of ruby26.