This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
die() { echo "$*" 1>&2 ; exit 1; } | |
# run commands in podman container/pod namespace, even in rootless containers | |
# the first argument is the pod or container name | |
# the rest of the arguments are the command that needs to be run in the namespace of the container/pod | |
# this works for rootless containers and can also allow separate wireguard or nftables configuration for each | |
# container/pod. This is particularly useful if forwarding an IP from a VPS without having a firewall at the VPS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Package: dev-python/numba-0.49.1 | |
* Repository: wayland-desktop | |
* Maintainer: [email protected] [email protected] | |
* USE: abi_x86_64 amd64 elibc_glibc kernel_linux openmp python_targets_python3_7 test userland_GNU | |
* FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox | |
>>> Unpacking source... | |
>>> Unpacking numba-0.49.1.tar.gz to /var/tmp/portage/dev-python/numba-0.49.1/work | |
>>> Source unpacked in /var/tmp/portage/dev-python/numba-0.49.1/work | |
>>> Preparing source in /var/tmp/portage/dev-python/numba-0.49.1/work/numba-0.49.1 ... | |
* Applying numba-0.49.1-tbb-check.patch ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Package: dev-python/numba-0.49.1 | |
* Repository: wayland-desktop | |
* Maintainer: [email protected] [email protected] | |
* USE: abi_x86_64 amd64 elibc_glibc kernel_linux openmp python_targets_python3_7 test threads userland_GNU | |
* FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox | |
>>> Unpacking source... | |
>>> Unpacking numba-0.49.1.tar.gz to /var/tmp/portage/dev-python/numba-0.49.1/work | |
>>> Source unpacked in /var/tmp/portage/dev-python/numba-0.49.1/work | |
>>> Preparing source in /var/tmp/portage/dev-python/numba-0.49.1/work/numba-0.49.1 ... | |
* Applying numba-0.49.1-tbb-check.patch ... |