diff --git a/profiles/pentoo/base/make.defaults b/profiles/pentoo/base/make.defaults index 3e77576b1..8d9da2cb5 100644 --- a/profiles/pentoo/base/make.defaults +++ b/profiles/pentoo/base/make.defaults @@ -41,7 +41,7 @@ PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}" USE="${USE} X abi_x86_32 adns caps curl fbcon gps jack lm_sensors lua lzma networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion vdpau vaapi xattr xinerama x265" #we do not want old ruby -USE="${USE} -ruby_targets_ruby21 -ruby_targets_ruby22" +USE="${USE} -ruby_targets_ruby23" PORTAGE_BZIP2_COMMAND="lbzip2" PORTAGE_BUNZIP2_COMMAND="lbunzip2" @@ -57,9 +57,9 @@ PORTAGE_RSYNC_EXTRA_OPTS="--omit-dir-times" INSTALL_MASK="/usr/lib/debug" -DISTDIR="${PORTDIR}/distfiles" +DISTDIR="${PORTDIR}/distfiles" PKGDIR="${PORTDIR}/packages" -RUBY_TARGETS="ruby23 ruby24" +RUBY_TARGETS="ruby24" ACCEPT_LICENSE="intel-ucode-20180807" diff --git a/profiles/pentoo/base/use.mask b/profiles/pentoo/base/use.mask index dda565029..eb95f5e99 100644 --- a/profiles/pentoo/base/use.mask +++ b/profiles/pentoo/base/use.mask @@ -5,5 +5,4 @@ livecd-stage1 systemd #we do not want old ruby -ruby_targets_ruby21 -ruby_targets_ruby22 +ruby_targets_ruby23 diff --git a/profiles/pentoo/base/use.stable.mask b/profiles/pentoo/base/use.stable.mask index 2ed7f6132..1dd72369e 100644 --- a/profiles/pentoo/base/use.stable.mask +++ b/profiles/pentoo/base/use.stable.mask @@ -1,2 +1,2 @@ #totally ready to go stable --ruby_targets_ruby23 +#-ruby_targets_ruby23