mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-18 14:15:07 +01:00
profile: remove python2.7 from targets, minor masking to help one needy package
This commit is contained in:
parent
1f9f355890
commit
570edd3bdc
2 changed files with 4 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
|
|||
PORTAGE_NICENESS="9"
|
||||
PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}"
|
||||
|
||||
USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gps jack lm-sensors lm_sensors lua lz4 lzip lzma lzo networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion vdpau vaapi xattr xinerama x265 zstd"
|
||||
#USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gps jack lm-sensors lm_sensors lua lz4 lzip lzma lzo networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion vdpau vaapi xattr xinerama x265 zstd -python_targets_python2_7"
|
||||
USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gps jack lm-sensors lm_sensors lua lz4 lzip lzma lzo networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion vdpau vaapi xattr xinerama x265 zstd -python_targets_python2_7"
|
||||
|
||||
PORTAGE_BZIP2_COMMAND="lbzip2"
|
||||
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
|
||||
|
|
|
|||
|
|
@ -47,3 +47,6 @@ app-admin/testdisk -ewf
|
|||
dev-java/oracle-jdk-bin:11 -gentoo-vm
|
||||
dev-java/openjdk-bin:11 -gentoo-vm
|
||||
dev-java/openjdk:11 -gentoo-vm
|
||||
|
||||
#python2 is mostly dead, and this is clinging to it and breaking smooth update
|
||||
dev-libs/libxslt python
|
||||
|
|
|
|||
Loading…
Reference in a new issue