mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
profile: prep to drop python 2.7 to bare bones
This commit is contained in:
parent
618e1f3dd4
commit
e36d1dbfd7
4 changed files with 14 additions and 4 deletions
|
|
@ -45,6 +45,7 @@ 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"
|
||||
|
||||
PORTAGE_BZIP2_COMMAND="lbzip2"
|
||||
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
=dev-vcs/git-lfs-2.0*
|
||||
~dev-vcs/gitleaks-4.1.0
|
||||
|
||||
#needed for python3
|
||||
#except it doesn't build...
|
||||
#=dev-vcs/subversion-1.14*
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ dev-libs/libxml2 icu
|
|||
#dev-libs/popt static-libs
|
||||
dev-libs/nss utils
|
||||
|
||||
#required by loki
|
||||
dev-libs/libdnet python
|
||||
|
||||
# required by gnuradio
|
||||
dev-libs/Ice python
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
#keep minimum python 2.7 packages
|
||||
dev-python/setuptools python_targets_python2_7
|
||||
dev-python/certifi python_targets_python2_7
|
||||
dev-python/virtualenv python_targets_python2_7
|
||||
|
||||
#libxslt pulls dev-libs/libxml2[python_targets_python2_7]
|
||||
#older versions are python 2 only
|
||||
<dev-vcs/subversion-1.14.0 -python #1.14.0 doesn't actually build with python of course...
|
||||
<media-gfx/gimp-2.10.21 -python #doesn't actually exist yet, might need modification
|
||||
|
||||
#no python3 support
|
||||
dev-libs/libdnet -python
|
||||
dev-libs/libgamin -python
|
||||
dev-libs/libxslt -python
|
||||
x11-libs/goocanvas -python
|
||||
|
|
|
|||
Loading…
Reference in a new issue