mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
eclass/ruby-utils.eclass: drop ruby30 from preferences
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -22,7 +22,6 @@ esac
|
||||
|
||||
if [[ ! ${_RUBY_UTILS} ]]; then
|
||||
|
||||
|
||||
# @ECLASS_VARIABLE: RUBY_TARGETS_PREFERENCE
|
||||
# @INTERNAL
|
||||
# @DESCRIPTION:
|
||||
@@ -33,12 +32,11 @@ if [[ ! ${_RUBY_UTILS} ]]; then
|
||||
# provide for a better first installation experience.
|
||||
|
||||
# All stable RUBY_TARGETS
|
||||
RUBY_TARGETS_PREFERENCE="ruby31 ruby30 "
|
||||
RUBY_TARGETS_PREFERENCE="ruby31 "
|
||||
|
||||
# All other active ruby targets
|
||||
RUBY_TARGETS_PREFERENCE+="ruby32"
|
||||
|
||||
|
||||
_ruby_implementation_depend() {
|
||||
local rubypn=
|
||||
local rubyslot=
|
||||
@@ -66,7 +64,5 @@ _ruby_implementation_depend() {
|
||||
echo "$2${rubypn}$3${rubyslot}"
|
||||
}
|
||||
|
||||
|
||||
|
||||
_RUBY_UTILS=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user