profile: clean up old ruby workaround

This commit is contained in:
blshkv 2016-06-25 10:05:39 +08:00
parent 785f8a9984
commit 678117ccc7
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 14 additions and 14 deletions

View file

@ -37,7 +37,7 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
PORTAGE_NICENESS="9"
PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}"
RUBY_TARGETS="ruby20 ruby21"
#RUBY_TARGETS="ruby20 ruby21"
USE="${USE} X abi_x86_32 adns caps curl directfb fbcon gps jack lm_sensors lua lzma oss perl pulseaudio python ruby samba sqlite subversion xattr xinerama"

View file

@ -1,11 +1,10 @@
~virtual/ruby-ssl-3 -ruby_targets_ruby20
~virtual/ruby-rdoc-3 -ruby_targets_ruby20
~virtual/ruby-threads-4 -ruby_targets_ruby20
~virtual/rubygems-6 -ruby_targets_ruby20
>=dev-ruby/rubygems-2.0.3 -ruby_targets_ruby20
>=dev-ruby/rake-0.9.6 -ruby_targets_ruby20
>=dev-ruby/json-1.8.0 -ruby_targets_ruby20
>=dev-ruby/racc-1.4.9 -ruby_targets_ruby20
>=dev-ruby/rdoc-4.0.1-r1 -ruby_targets_ruby20
#~virtual/ruby-ssl-3 -ruby_targets_ruby20
#~virtual/ruby-rdoc-3 -ruby_targets_ruby20
#~virtual/ruby-threads-4 -ruby_targets_ruby20
#~virtual/rubygems-6 -ruby_targets_ruby20
#>=dev-ruby/rubygems-2.0.3 -ruby_targets_ruby20
#>=dev-ruby/rake-0.9.6 -ruby_targets_ruby20
#>=dev-ruby/json-1.8.0 -ruby_targets_ruby20
#>=dev-ruby/racc-1.4.9 -ruby_targets_ruby20
#>=dev-ruby/rdoc-4.0.1-r1 -ruby_targets_ruby20

View file

@ -18,17 +18,18 @@ LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
#so we will define a long list of such packages and exclude them from being built and used (catch it on both ends to avoid issues)
PENTOO_BINPKG_RESTRICTED="sys-kernel/compat-drivers sys-kernel/ax88179_178a x11-drivers/ati-drivers x11-drivers/nvidia-drivers sys-fs/zfs-kmod sys-kernel/spl \
sys-power/bbswitch pentoo/pentoo-installer x11-drivers/xf86-video-virtualbox app-emulation/virtualbox-guest-additions \
app-emulation/virtualbox-modules app-emulation/vmware-modules app-emulation/open-vm-tools-kmod sys-kernel/genkernel sys-kernel/pentoo-sources"
app-emulation/virtualbox-modules app-emulation/vmware-modules app-emulation/open-vm-tools-kmod sys-kernel/genkernel \
sys-kernel/pentoo-sources dev-python/twisted-web net-analyzer/metasploit sci-libs/lapack-reference x11-base/xorg-drivers app-admin/genmenu"
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose --with-bdeps=y --autounmask=n"
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --buildpkg-exclude \"${PENTOO_BINPKG_RESTRICTED}\" --usepkg-exclude \"${PENTOO_BINPKG_RESTRICTED}\""
XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
RUBY_TARGETS="ruby21"
#RUBY_TARGETS="ruby21"
USE="${USE} xinerama"
GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"
#GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"
#mgorny suggested this speeds up sync, in my testing it makes a rather large difference
PORTAGE_RSYNC_EXTRA_OPTS="--omit-dir-times"