mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
so long ruby23
This commit is contained in:
parent
3e4547bd1f
commit
0b2d5f8727
3 changed files with 5 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -5,5 +5,4 @@ livecd-stage1
|
|||
systemd
|
||||
|
||||
#we do not want old ruby
|
||||
ruby_targets_ruby21
|
||||
ruby_targets_ruby22
|
||||
ruby_targets_ruby23
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#totally ready to go stable
|
||||
-ruby_targets_ruby23
|
||||
#-ruby_targets_ruby23
|
||||
|
|
|
|||
Loading…
Reference in a new issue