mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
profile: some updates, including lua and python
This commit is contained in:
parent
fb78f0f07c
commit
c343f60eeb
9 changed files with 30 additions and 18 deletions
1
profiles/eapi
Normal file
1
profiles/eapi
Normal file
|
|
@ -0,0 +1 @@
|
|||
5
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# It's a very unstable package
|
||||
net-analyzer/osmedeus
|
||||
|
||||
# not tested yet... (2019-09-21)
|
||||
# more info: https://github.com/pentoo/pentoo-overlay/issues/495
|
||||
net-wireless/hostapd-mana
|
||||
net-wireless/berate_ap
|
||||
net-wireless/wpa_sycophant
|
||||
|
||||
# use a better tool, https://github.com/pentoo/pentoo-overlay/issues/564
|
||||
net-misc/rdesktop-brute
|
||||
|
||||
# this is an old python bindings for brotli
|
||||
# app-arch/brotli provides it's own compatible version and it should be used instead
|
||||
dev-python/brotlipy
|
||||
|
|
@ -45,7 +45,10 @@ PORTAGE_NICENESS="9"
|
|||
PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}"
|
||||
|
||||
#tslib causes circular deps with libsdl2
|
||||
USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gles2 gps jack lm-sensors lm_sensors lua lz4 lzip lzma lzo networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion vdpau vaapi vulkan wayland xattr xinerama x265 zstd -python_targets_python2_7"
|
||||
USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gles2 gps jack lm-sensors lm_sensors lua lz4 lzip lzma lzo networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion vdpau vaapi vulkan wayland xattr xinerama x265 zstd"
|
||||
|
||||
#keep pentoo python advanced
|
||||
USE="${USE} -python_targets_python2_7 python_targets_python3_9"
|
||||
|
||||
PORTAGE_BZIP2_COMMAND="lbzip2"
|
||||
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ dev-python/pyasn1
|
|||
~dev-python/typing-3.5.2.2 **
|
||||
~dev-python/urwid-2.0.1
|
||||
~dev-python/watchdog-0.8.3-r1
|
||||
~dev-python/wsproto-0.15.0
|
||||
=dev-python/wsproto-1*
|
||||
|
||||
# required by net-misc/sherlock
|
||||
~dev-python/futures-2.1.5
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
net-dns/dnscrypt-proxy amd64 ~amd64
|
||||
~net-dns/dnsmasq-2.83
|
||||
|
|
|
|||
|
|
@ -132,3 +132,24 @@ app-forensics/volatility
|
|||
|
||||
#no wpe patches yet
|
||||
>=net-dialup/freeradius-3.0.21
|
||||
|
||||
# It's a very unstable package
|
||||
net-analyzer/osmedeus
|
||||
|
||||
# not tested yet... (2019-09-21)
|
||||
# more info: https://github.com/pentoo/pentoo-overlay/issues/495
|
||||
net-wireless/hostapd-mana
|
||||
net-wireless/berate_ap
|
||||
net-wireless/wpa_sycophant
|
||||
|
||||
# use a better tool, https://github.com/pentoo/pentoo-overlay/issues/564
|
||||
net-misc/rdesktop-brute
|
||||
|
||||
# this is an old python bindings for brotli
|
||||
# app-arch/brotli provides it's own compatible version and it should be used instead
|
||||
dev-python/brotlipy
|
||||
|
||||
#deprecated unslotted lua
|
||||
dev-lang/lua:0
|
||||
=net-dns/dnsmasq-2.83-r1
|
||||
=net-dns/dnsmasq-2.84
|
||||
|
|
|
|||
1
profiles/pentoo/base/package.use/kde-frameworks
Normal file
1
profiles/pentoo/base/package.use/kde-frameworks
Normal file
|
|
@ -0,0 +1 @@
|
|||
kde-frameworks/prison qml
|
||||
1
profiles/pentoo/overlay/package.use/kde-frameworks
Symbolic link
1
profiles/pentoo/overlay/package.use/kde-frameworks
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../base/package.use/kde-frameworks
|
||||
|
|
@ -3,7 +3,6 @@
|
|||
ACCEPT_LICENSE="${ACCEPT_LICENSE} NVIDIA-CUDA google-chrome Google-TOS PUEL baudline Intel-SDP Nero-AAC-EULA ms-teams-pre"
|
||||
|
||||
USE="gentoo-dev pentoo-extra zsh-completion -accessibility"
|
||||
USE="${USE} python_targets_python3_9"
|
||||
|
||||
PORTAGE_GPG_DIR="/home/zero/.gnupg/"
|
||||
PORTAGE_GPG_KEY="0xA5DD1427DD11F94A"
|
||||
|
|
|
|||
Loading…
Reference in a new issue