Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 581398 - typo at https://wiki.gentoo.org/wiki/Ruby#Upgrades
Summary: typo at https://wiki.gentoo.org/wiki/Ruby#Upgrades
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jonas Stein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-27 21:55 UTC by Attila Stehr
Modified: 2016-04-27 22:09 UTC (History)
1 user (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 Attila Stehr 2016-04-27 21:55:35 UTC
@ https://wiki.gentoo.org/wiki/Ruby#Upgrades

RUBY_TARGETS="ruby22 ruby22"
should be

RUBY_TARGETS="ruby23"

or (for what reason ?) be
RUBY_TARGETS="ruby22 ruby23"

"Upgrade" sounds like from 22 to 23. IMHO ="22 23" sounds like: keep 22 and additionally support 23.
Comment 1 Jonas Stein gentoo-dev 2016-04-27 21:59:34 UTC
fixed. thank you
Comment 2 Jonas Stein gentoo-dev 2016-04-27 22:06:37 UTC
RUBY_TARGETS="ruby22 ruby23" 
as long as some packages still need ruby22 you can leave it there and drop it later...
Comment 3 Attila Stehr 2016-04-27 22:09:03 UTC
I see, thanks for fixing!