from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

83587

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

nice and PORTAGE_NICENESS

Very simply put, the Linux kernel has a (process) scheduler that selects which process to run next in your system. One factor influencing the scheduler's decision about which process to assign CPU time to, is the priority of a process. Processes with a high priority will run before those with a lower priority, and processes with the same priority will take turns in running, one after the other and over again.

Better have a look at it for yourself: Run top from a terminal on your host and pay special attention to the PR and NI columns:

Sample top output

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND 
 8005 root      20   0 85188  33m  57m R  3.3  6.7   8:43.77 X 
 8148 tobias    20  10 25624 2376  24m S  0.3  0.5   0:00.60 xscreensaver 
    1 root      20   0  2476  552 2304 S  0.0  0.1   0:00.31 init 
    2 root      39  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/0 
    3 root      15  -5     0    0    0 S  0.0  0.0   0:00.09 events/0

The PR column indicates the priority level of a process, the value in the NI column displays the so-called nice value of process, which allows you to adjust the priority of a running process. Possible values range from -20 (very high priority), via 0 (standard priority) to 20 (very low priority). In our little example the xscreensaver process has a higher nice value than X, which indicates that X has a higher priority than xscreensaver.

Now, how do we make this work to our advantage when using Portage?

If you keep using your computer while compiling packages you will notice that your box is much less responsive as usal. This is caused by having two "groups" of processes with the same nice priority: your usual running tasks on one side, and emerge (and its child processes) on the other. Now, if you could renice emerge and its children to a higher nice (i.e. lower priority!) value (default is 0), compiling would inevitably take somewhat longer, but you could use your workstation without noticing much difference to its usual performance. That's what the PORTAGE_NICENESS parameter in /etc/make.conf is for:

Code Listing 1: Put this in /etc/make.conf

PORTAGE_NICENESS="15"

You can generally "renice" individual processes from the commandline, (e.g. renice 0 -p 8148 to prioritize xscreensaver in the above example), but this will not work with emerge, as Portage reads the PORTAGE_NICENESS setting from /etc/make.conf once and executes all child processes with the specified nice value.

From http://www.gentoo.org/news/en/gwn/20041101-newsletter.xml

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-03-07
borgmatic - 2.1.3
Ebuild name:

app-backup/borgmatic-2.1.3

Description

Automatically create, prune and verify backups with borgbackup

Added to portage

2026-03-07

calligra - 25.12.3
Ebuild name:

app-office/calligra-25.12.3

Description

KDE Office Suite

Added to portage

2026-03-07

expected - 1.3.1
Ebuild name:

dev-cpp/expected-1.3.1

Description

Single header implementation of std with functional-style extensions

Added to portage

2026-03-07

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-03-07

nattka - 0.4.2-r1
Ebuild name:

app-portage/nattka-0.4.2-r1

Description

A New Arch Tester Toolkit -- open-source stable-bot replacement

Added to portage

2026-03-07

picard - 3.0.0_alpha3_p20260306
Ebuild name:

media-sound/picard-3.0.0_alpha3_p20260306

Description

Cross-platform music tagger

Added to portage

2026-03-07

2026-03-06
FBGEMM - 1.2.0.2025.05.20-r2
Ebuild name:

sci-ml/FBGEMM-1.2.0.2025.05.20-r2

Description

Facebook GEneral Matrix Multiplication

Added to portage

2026-03-06

FBGEMM - 1.3.0.2025.09.05-r1
Ebuild name:

sci-ml/FBGEMM-1.3.0.2025.09.05-r1

Description

Facebook GEneral Matrix Multiplication

Added to portage

2026-03-06

FBGEMM - 1.4.0-r1
Ebuild name:

sci-ml/FBGEMM-1.4.0-r1

Description

Facebook GEneral Matrix Multiplication

Added to portage

2026-03-06

FBGEMM - 1.4.0.2025.12.10-r1
Ebuild name:

sci-ml/FBGEMM-1.4.0.2025.12.10-r1

Description

Facebook GEneral Matrix Multiplication

Added to portage

2026-03-06

Sys-Virt - 12.1.0
Ebuild name:

dev-perl/Sys-Virt-12.1.0

Description

API for using the libvirt library from Perl

Added to portage

2026-03-06

Tensile - 7.2.0
Ebuild name:

dev-util/Tensile-7.2.0

Description

A tool for creating a benchmark-driven GEMMs and tensor contractions code

Added to portage

2026-03-06

amdsmi - 7.2.0
Ebuild name:

dev-util/amdsmi-7.2.0

Description

AMD System Management Interface for managing and monitoring GPUs

Added to portage

2026-03-06

aotriton-bin - 0.11.2b
Ebuild name:

sci-libs/aotriton-bin-0.11.2b

Description

Ahead of Time (AOT) Triton Math Library (binary package)

Added to portage

2026-03-06

asmjit - 2025.06.28-r1
Ebuild name:

dev-libs/asmjit-2025.06.28-r1

Description

Machine code generation for C++

Added to portage

2026-03-06

asmjit - 2026.02.15
Ebuild name:

dev-libs/asmjit-2026.02.15

Description

Machine code generation for C++

Added to portage

2026-03-06

awscli - 1.44.52
Ebuild name:

app-admin/awscli-1.44.52

Description

Universal Command Line Environment for AWS

Added to portage

2026-03-06

benchmark - 1.9.5
Ebuild name:

dev-cpp/benchmark-1.9.5

Description

A microbenchmark support library

Added to portage

2026-03-06

blt - 2.5.3-r4
Ebuild name:

dev-tcltk/blt-2.5.3-r4

Description

Extension to Tk, adding new widgets, geometry managers, and misc commands

Added to portage

2026-03-06

boto3 - 1.42.62
Ebuild name:

dev-python/boto3-1.42.62

Description

The AWS SDK for Python

Added to portage

2026-03-06

botocore - 1.42.62
Ebuild name:

dev-python/botocore-1.42.62

Description

Low-level, data-driven core of boto 3

Added to portage

2026-03-06

brotlicffi - 1.2.0.1
Ebuild name:

dev-python/brotlicffi-1.2.0.1

Description

Python binding to the Brotli library

Added to portage

2026-03-06

cachetools - 7.0.3
Ebuild name:

dev-python/cachetools-7.0.3

Description

Extensible memoizing collections and decorators

Added to portage

2026-03-06

caribou - 0.4.21-r9
Ebuild name:

app-accessibility/caribou-0.4.21-r9

Description

Input assistive technology intended for switch and pointer user

Added to portage

2026-03-06

ccache - 4.13
Ebuild name:

dev-util/ccache-4.13

Description

Fast compiler cache

Added to portage

2026-03-06

chrome-binary-plugins - 146.0.7680.65_beta
Ebuild name:

www-plugins/chrome-binary-plugins-146.0.7680.65_beta

Description

Binary plugins from Google Chrome for use in C

Added to portage

2026-03-06

chromium - 146.0.7680.65
Ebuild name:

www-client/chromium-146.0.7680.65

Description

Open-source version of Google Chrome web browser

Added to portage

2026-03-06

chrony_exporter - 0.13.3
Ebuild name:

app-metrics/chrony_exporter-0.13.3

Description

Chrony NTP exporter for Prometheus

Added to portage

2026-03-06

cinnamon - 6.6.7
Ebuild name:

gnome-extra/cinnamon-6.6.7

Description

A fork of GNOME Shell with layout similar to GNOME 2

Added to portage

2026-03-06

cinnamon-control-center - 6.6.0
Ebuild name:

gnome-extra/cinnamon-control-center-6.6.0

Description

Cinnamons's main interface to configure various aspects o

Added to portage

2026-03-06

cinnamon-desktop - 6.6.2
Ebuild name:

gnome-extra/cinnamon-desktop-6.6.2

Description

A collection of libraries and utilites used by Cinnamon

Added to portage

2026-03-06

cinnamon-menus - 6.6.0
Ebuild name:

gnome-extra/cinnamon-menus-6.6.0

Description

Cinnamon's library for the Desktop Menu fd.o specification

Added to portage

2026-03-06

cinnamon-screensaver - 6.6.1
Ebuild name:

gnome-extra/cinnamon-screensaver-6.6.1

Description

Screensaver for Cinnamon

Added to portage

2026-03-06

cinnamon-session - 6.6.3
Ebuild name:

gnome-extra/cinnamon-session-6.6.3

Description

Cinnamon session manager

Added to portage

2026-03-06

cinnamon-settings-daemon - 6.6.3
Ebuild name:

gnome-extra/cinnamon-settings-daemon-6.6.3

Description

Cinnamon's settings daemon

Added to portage

2026-03-06

cinnamon-translations - 6.6.2
Ebuild name:

gnome-extra/cinnamon-translations-6.6.2

Description

Translation data for Cinnamon

Added to portage

2026-03-06

cjs - 128.1
Ebuild name:

gnome-extra/cjs-128.1

Description

Linux Mint's fork of gjs for Cinnamon

Added to portage

2026-03-06

claude-code - 2.1.69
Ebuild name:

dev-util/claude-code-2.1.69

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2026-03-06

cli-helpers - 2.11.0
Ebuild name:

dev-python/cli-helpers-2.11.0

Description

Python helpers for common CLI tasks

Added to portage

2026-03-06

composable-kernel - 7.2.0
Ebuild name:

sci-libs/composable-kernel-7.2.0

Description

High Performance Composable Kernel for AMD GPUs

Added to portage

2026-03-06

cppgir - 2.0_p20260226
Ebuild name:

dev-cpp/cppgir-2.0_p20260226

Description

GObject-Introspection C++ binding wrapper generator

Added to portage

2026-03-06

dist-kernel - 6.1.166
Ebuild name:

virtual/dist-kernel-6.1.166

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-03-06

dist-kernel - 6.12.76
Ebuild name:

virtual/dist-kernel-6.12.76

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-03-06

dist-kernel - 6.6.129
Ebuild name:

virtual/dist-kernel-6.6.129

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-03-06

expect - 5.45.4-r6
Ebuild name:

dev-tcltk/expect-5.45.4-r6

Description

tool for automating interactive applications

Added to portage

2026-03-06

fricas - 1.3.13
Ebuild name:

sci-mathematics/fricas-1.3.13

Description

FriCAS is a fork of Axiom computer algebra system

Added to portage

2026-03-06

gentoo-kernel - 6.1.166
Ebuild name:

sys-kernel/gentoo-kernel-6.1.166

Description

Linux kernel built with Gentoo patches

Added to portage

2026-03-06

gentoo-kernel - 6.12.76
Ebuild name:

sys-kernel/gentoo-kernel-6.12.76

Description

Linux kernel built with Gentoo patches

Added to portage

2026-03-06

gentoo-kernel - 6.6.129
Ebuild name:

sys-kernel/gentoo-kernel-6.6.129

Description

Linux kernel built with Gentoo patches

Added to portage

2026-03-06

gentoo-kernel-bin - 6.1.166
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.166

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-03-06

gentoo-kernel-bin - 6.12.76
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.76

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-03-06

gentoo-kernel-bin - 6.6.129
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.129

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-03-06

gentoo-sources - 6.1.166
Ebuild name:

sys-kernel/gentoo-sources-6.1.166

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-03-06

gentoo-sources - 6.12.76
Ebuild name:

sys-kernel/gentoo-sources-6.12.76

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-03-06

gentoo-sources - 6.6.129
Ebuild name:

sys-kernel/gentoo-sources-6.6.129

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-03-06

google-api-python-client - 2.192.0
Ebuild name:

dev-python/google-api-python-client-2.192.0

Description

Google API Client for Python

Added to portage

2026-03-06

google-chrome-beta - 146.0.7680.65
Ebuild name:

www-client/google-chrome-beta-146.0.7680.65

Description

The web browser from Google

Added to portage

2026-03-06

grub - 2.14-r3
Ebuild name:

sys-boot/grub-2.14-r3

Description

GNU GRUB boot loader

Added to portage

2026-03-06

hcloud - 2.17.0
Ebuild name:

dev-python/hcloud-2.17.0

Description

Official Hetzner Cloud python library

Added to portage

2026-03-06

hip - 7.2.0
Ebuild name:

dev-util/hip-7.2.0

Description

C++ Heterogeneous-Compute Interface for Portability

Added to portage

2026-03-06

hipBLAS - 7.2.0
Ebuild name:

sci-libs/hipBLAS-7.2.0

Description

ROCm BLAS marshalling library

Added to portage

2026-03-06

hipBLAS-common - 7.2.0
Ebuild name:

sci-libs/hipBLAS-common-7.2.0

Description

Common files shared by hipBLAS and hipBLASLt

Added to portage

2026-03-06

hipBLASLt - 7.2.0
Ebuild name:

sci-libs/hipBLASLt-7.2.0

Description

General matrix-matrix operations library for AMD Instinct accelerators

Added to portage

2026-03-06

hipCUB - 7.2.0
Ebuild name:

sci-libs/hipCUB-7.2.0

Description

Wrapper of rocPRIM or CUB for GPU parallel primitives

Added to portage

2026-03-06

hipFFT - 7.2.0
Ebuild name:

sci-libs/hipFFT-7.2.0

Description

CU / ROCM agnostic hip FFT implementation

Added to portage

2026-03-06

hipRAND - 7.2.0
Ebuild name:

sci-libs/hipRAND-7.2.0

Description

CU / ROCM agnostic hip RAND implementation

Added to portage

2026-03-06

hipSOLVER - 7.2.0
Ebuild name:

sci-libs/hipSOLVER-7.2.0

Description

CU / ROCM agnostic marshalling library for LAPACK routines on the GPU

Added to portage

2026-03-06

hipSPARSE - 7.2.0
Ebuild name:

sci-libs/hipSPARSE-7.2.0

Description

ROCm SPARSE marshalling library

Added to portage

2026-03-06

hipcc - 7.2.0
Ebuild name:

dev-util/hipcc-7.2.0

Description

Radeon Open Compute hipcc

Added to portage

2026-03-06

hipify-clang - 7.2.0
Ebuild name:

dev-util/hipify-clang-7.2.0

Description

A set of tools to translate CUDA source code into portable HIP C++

Added to portage

2026-03-06

hipother - 7.2.0
Ebuild name:

dev-libs/hipother-7.2.0

Description

ROCclr runtime implementation for non-AMD HIP platforms, like NVIDIA

Added to portage

2026-03-06

hipsparselt - 7.2.0
Ebuild name:

sci-libs/hipsparselt-7.2.0

Description

Sparse GEMM operations library for AMD Instinct accelerators

Added to portage

2026-03-06

hotspot - 1.6.0
Ebuild name:

dev-debug/hotspot-1.6.0

Description

Linux perf GUI for performance analysis

Added to portage

2026-03-06

ipython - 9.11.0
Ebuild name:

dev-python/ipython-9.11.0

Description

Advanced interactive shell for Python

Added to portage

2026-03-06

isa-l - 2.32.0
Ebuild name:

dev-libs/isa-l-2.32.0

Description

Intelligent Storage Acceleration Library

Added to portage

2026-03-06

iwidgets - 4.1.1-r4
Ebuild name:

dev-tcltk/iwidgets-4.1.1-r4

Description

Widget collection for incrTcl/incrTk

Added to portage

2026-03-06

lhapdf - 6.5.6
Ebuild name:

sci-physics/lhapdf-6.5.6

Description

Les Houches Parton Density Function unified library

Added to portage

2026-03-06

libdwarf - 2.3.1
Ebuild name:

dev-libs/libdwarf-2.3.1

Description

Library intended to simplify reading (and writing) applications using DWARF

Added to portage

2026-03-06

libtimezonemap - 0.4.6_p7
Ebuild name:

dev-libs/libtimezonemap-0.4.6_p7

Description

GTK+3 timezone map widget

Added to portage

2026-03-06

libtorrent - 0.16.7
Ebuild name:

net-libs/libtorrent-0.16.7

Description

BitTorrent library written in C++ for *nix

Added to portage

2026-03-06

libvirt - 12.1.0
Ebuild name:

app-emulation/libvirt-12.1.0

Description

C toolkit to manipulate virtual machines

Added to portage

2026-03-06

libvirt-python - 12.1.0
Ebuild name:

dev-python/libvirt-python-12.1.0

Description

libvirt Python bindings

Added to portage

2026-03-06

libwebsockets - 4.5.4
Ebuild name:

net-libs/libwebsockets-4.5.4

Description

A flexible pure-C library for implementing network protocols

Added to portage

2026-03-06

mdadm - 4.4-r1
Ebuild name:

sys-fs/mdadm-4.4-r1

Description

Tool for running RAID systems - replacement for the raidtools

Added to portage

2026-03-06

mdadm - 4.5-r1
Ebuild name:

sys-fs/mdadm-4.5-r1

Description

Tool for running RAID systems - replacement for the raidtools

Added to portage

2026-03-06

microsoft-edge-beta - 146.0.3856.33
Ebuild name:

www-client/microsoft-edge-beta-146.0.3856.33

Description

The web browser from Microsoft

Added to portage

2026-03-06

microsoft-edge-dev - 147.0.3890.0
Ebuild name:

www-client/microsoft-edge-dev-147.0.3890.0

Description

The web browser from Microsoft

Added to portage

2026-03-06

miopen - 7.2.0
Ebuild name:

sci-libs/miopen-7.2.0

Description

AMD's Machine Intelligence Library

Added to portage

2026-03-06

mit-krb5 - 1.22.1
Ebuild name:

app-crypt/mit-krb5-1.22.1

Description

MIT Kerberos V

Added to portage

2026-03-06

mit-krb5 - 1.22.2
Ebuild name:

app-crypt/mit-krb5-1.22.2

Description

MIT Kerberos V

Added to portage

2026-03-06

mit-krb5-appl - 1.0.3-r4
Ebuild name:

app-crypt/mit-krb5-appl-1.0.3-r4

Description

Kerberized applications split from the main MIT Kerberos V distrib

Added to portage

2026-03-06

mit-krb5-appl - 1.0.3-r5
Ebuild name:

app-crypt/mit-krb5-appl-1.0.3-r5

Description

Kerberized applications split from the main MIT Kerberos V distrib

Added to portage

2026-03-06

mkp224o - 1.7.0
Ebuild name:

app-crypt/mkp224o-1.7.0

Description

Vanity address generator for v3 Tor hidden service addresses

Added to portage

2026-03-06

monkeysphere - 0.44-r2
Ebuild name:

app-crypt/monkeysphere-0.44-r2

Description

Leverage the OpenPGP web of trust for OpenSSH and Web authentication

Added to portage

2026-03-06

moolticute - 1.03.0-r2
Ebuild name:

app-crypt/moolticute-1.03.0-r2

Description

Mooltipass crossplatform daemon/tools

Added to portage

2026-03-06

moolticute - 9999
Ebuild name:

app-crypt/moolticute-9999

Description

Mooltipass crossplatform daemon/tools

Added to portage

2026-03-06

muffin - 6.6.3
Ebuild name:

x11-wm/muffin-6.6.3

Description

Compositing window manager forked from Mutter for use with Cinnamon

Added to portage

2026-03-06

mysqltcl - 3.052-r3
Ebuild name:

dev-tcltk/mysqltcl-3.052-r3

Description

TCL MySQL Interface

Added to portage

2026-03-06

nasty - 0.6-r2
Ebuild name:

app-crypt/nasty-0.6-r2

Description

Proof-of-concept GPG passphrase recovery tool

Added to portage

2026-03-06

nemo - 6.6.4
Ebuild name:

gnome-extra/nemo-6.6.4

Description

A file manager for Cinnamon, forked from Nautilus

Added to portage

2026-03-06

nemo-fileroller - 6.6.0
Ebuild name:

gnome-extra/nemo-fileroller-6.6.0

Description

Nemo file-roller integration

Added to portage

2026-03-06

nitrocli - 0.4.1-r2
Ebuild name:

app-crypt/nitrocli-0.4.1-r2

Description

A command line tool for interacting with Nitrokey devices

Added to portage

2026-03-06

nxml-libvirt-schemas - 12.1.0
Ebuild name:

app-emacs/nxml-libvirt-schemas-12.1.0

Description

Extension for nxml-mode with libvirt schemas

Added to portage

2026-03-06

octave-kernel - 0.37.0
Ebuild name:

dev-python/octave-kernel-0.37.0

Description

Jupyter kernel for octave

Added to portage

2026-03-06

openjdk - 26_beta35
Ebuild name:

dev-java/openjdk-26_beta35

Description

Open source implementation of the Java programming language

Added to portage

2026-03-06

openjdk - 27_alpha12
Ebuild name:

dev-java/openjdk-27_alpha12

Description

Open source implementation of the Java programming language

Added to portage

2026-03-06

openssh - 10.2_p1-r1
Ebuild name:

net-misc/openssh-10.2_p1-r1

Description

Port of OpenBSD's free SSH release

Added to portage

2026-03-06

opera - 128.0.5807.52
Ebuild name:

www-client/opera-128.0.5807.52

Description

A fast and secure web browser

Added to portage

2026-03-06

opera-developer - 130.0.5825.0
Ebuild name:

www-client/opera-developer-130.0.5825.0

Description

A fast and secure web browser

Added to portage

2026-03-06

passwdqc - 2.1.0
Ebuild name:

sys-auth/passwdqc-2.1.0

Description

Password strength checking library (and PAM module)

Added to portage

2026-03-06

plasma-workspace - 6.5.5-r2
Ebuild name:

kde-plasma/plasma-workspace-6.5.5-r2

Description

KDE Plasma workspace

Added to portage

2026-03-06

plasma-workspace - 6.6.2-r2
Ebuild name:

kde-plasma/plasma-workspace-6.6.2-r2

Description

KDE Plasma workspace

Added to portage

2026-03-06

platformdirs - 4.9.4
Ebuild name:

dev-python/platformdirs-4.9.4

Description

A small Python module for determining appropriate platform-specific d

Added to portage

2026-03-06

protontricks - 1.14.0
Ebuild name:

app-emulation/protontricks-1.14.0

Description

app-emulation/winetricks wrapper for Proton (Steam Play) games

Added to portage

2026-03-06

pytest-check - 2.7.6
Ebuild name:

dev-python/pytest-check-2.7.6

Description

pytest plugin that allows multiple failures per test

Added to portage

2026-03-06

python3-xapp - 3.0.2
Ebuild name:

dev-python/python3-xapp-3.0.2

Description

Python bindings for x11-libs/xapp

Added to portage

2026-03-06

rccl - 7.2.0
Ebuild name:

dev-libs/rccl-7.2.0

Description

ROCm Communication Collectives Library (RCCL)

Added to portage

2026-03-06

rocBLAS - 7.2.0
Ebuild name:

sci-libs/rocBLAS-7.2.0

Description

AMD's library for BLAS on ROCm

Added to portage

2026-03-06

rocFFT - 7.2.0
Ebuild name:

sci-libs/rocFFT-7.2.0

Description

Next generation FFT implementation for ROCm

Added to portage

2026-03-06

rocPRIM - 7.2.0
Ebuild name:

sci-libs/rocPRIM-7.2.0

Description

HIP parallel primitives for developing performant GPU-accelerated code on RO

Added to portage

2026-03-06

rocRAND - 7.2.0
Ebuild name:

sci-libs/rocRAND-7.2.0

Description

Generate pseudo-random and quasi-random numbers

Added to portage

2026-03-06

rocSOLVER - 7.2.0
Ebuild name:

sci-libs/rocSOLVER-7.2.0

Description

Implementation of a subset of LAPACK functionality on the ROCm platform

Added to portage

2026-03-06

rocSPARSE - 7.2.0
Ebuild name:

sci-libs/rocSPARSE-7.2.0

Description

Basic Linear Algebra Subroutines for sparse computation

Added to portage

2026-03-06

rocThrust - 7.2.0
Ebuild name:

sci-libs/rocThrust-7.2.0

Description

HIP back-end for the parallel algorithm library Thrust

Added to portage

2026-03-06

rocWMMA - 7.2.0
Ebuild name:

sci-libs/rocWMMA-7.2.0

Description

library for accelerating mixed precision matrix multiply-accumulate operatio

Added to portage

2026-03-06

rocdbgapi - 7.2.0
Ebuild name:

dev-libs/rocdbgapi-7.2.0

Description

AMD Debugger API

Added to portage

2026-03-06

rocm-cmake - 7.2.0
Ebuild name:

dev-build/rocm-cmake-7.2.0

Description

Radeon Open Compute CMake Modules

Added to portage

2026-03-06

rocm-comgr - 7.2.0
Ebuild name:

dev-libs/rocm-comgr-7.2.0

Description

Radeon Open Compute Code Object Manager

Added to portage

2026-03-06

rocm-core - 7.2.0
Ebuild name:

dev-libs/rocm-core-7.2.0

Description

Library that provides ROCm release version and install path information

Added to portage

2026-03-06

rocm-device-libs - 7.2.0
Ebuild name:

dev-libs/rocm-device-libs-7.2.0

Description

Radeon Open Compute Device Libraries

Added to portage

2026-03-06

rocm-opencl-runtime - 7.2.0
Ebuild name:

dev-libs/rocm-opencl-runtime-7.2.0

Description

Radeon Open Compute OpenCL Compatible Runtime

Added to portage

2026-03-06

rocm-smi - 7.2.0
Ebuild name:

dev-util/rocm-smi-7.2.0

Description

ROCm System Management Interface Library

Added to portage

2026-03-06

rocm_bandwidth_test - 7.2.0
Ebuild name:

dev-util/rocm_bandwidth_test-7.2.0

Description

Bandwidth test for ROCm

Added to portage

2026-03-06

rocminfo - 7.2.0
Ebuild name:

dev-util/rocminfo-7.2.0

Description

ROCm Application for Reporting System Info

Added to portage

2026-03-06

rocr-runtime - 7.2.0
Ebuild name:

dev-libs/rocr-runtime-7.2.0

Description

Radeon Open Compute Runtime

Added to portage

2026-03-06

roct-thunk-interface - 7.2.0
Ebuild name:

dev-libs/roct-thunk-interface-7.2.0

Description

Radeon Open Compute Thunk Interface

Added to portage

2026-03-06

roctracer - 7.2.0
Ebuild name:

dev-util/roctracer-7.2.0

Description

Callback/Activity Library for Performance tracing AMD GPU's

Added to portage

2026-03-06

rpp - 7.2.0
Ebuild name:

sci-libs/rpp-7.2.0

Description

AMD ROCm Performance Primitives (RPP) high-performance computer vision library

Added to portage

2026-03-06

rtorrent - 0.16.7
Ebuild name:

net-p2p/rtorrent-0.16.7

Description

BitTorrent Client using libtorrent

Added to portage

2026-03-06

ruff - 0.15.5
Ebuild name:

dev-util/ruff-0.15.5

Description

An extremely fast Python linter, written in Rust

Added to portage

2026-03-06

scikit-build-core - 0.12.2
Ebuild name:

dev-python/scikit-build-core-0.12.2

Description

Build backend for CMake based projects

Added to portage

2026-03-06

scwoop - 4.1-r2
Ebuild name:

dev-tcltk/scwoop-4.1-r2

Description

Simple Composite Widget Object Oriented Package

Added to portage

2026-03-06

signal-desktop-bin - 8.1.0
Ebuild name:

net-im/signal-desktop-bin-8.1.0

Description

Allows you to send and receive messages of Signal Messenger on your

Added to portage

2026-03-06

snack - 2.2.10-r14
Ebuild name:

dev-tcltk/snack-2.2.10-r14

Description

The Snack Sound Toolkit (Tcl)

Added to portage

2026-03-06

sparsehash - 2.0.4-r2
Ebuild name:

dev-cpp/sparsehash-2.0.4-r2

Description

An extremely memory-efficient hash_map implementation

Added to portage

2026-03-06

sphinx-autodoc-typehints - 3.9.7
Ebuild name:

dev-python/sphinx-autodoc-typehints-3.9.7

Description

Type hints support for the Sphinx autodoc extension

Added to portage

2026-03-06

sphinxcontrib-mermaid - 2.0.1
Ebuild name:

dev-python/sphinxcontrib-mermaid-2.0.1

Description

Sphinx spelling extension

Added to portage

2026-03-06

sslh - 2.3.1
Ebuild name:

net-misc/sslh-2.3.1

Description

Port multiplexer - accept both HTTPS and SSH connections on the same port

Added to portage

2026-03-06

tcl - 9.0.3-r2
Ebuild name:

dev-lang/tcl-9.0.3-r2

Description

Tool Command Language

Added to portage

2026-03-06

tcl3d - 0.9.5-r2
Ebuild name:

dev-tcltk/tcl3d-0.9.5-r2

Description

Tcl bindings to OpenGL and other 3D libraries

Added to portage

2026-03-06

tcl3d - 1.0.2
Ebuild name:

dev-tcltk/tcl3d-1.0.2

Description

Tcl bindings to OpenGL and other 3D libraries

Added to portage

2026-03-06

tclpython - 5.0-r4
Ebuild name:

dev-tcltk/tclpython-5.0-r4

Description

Python package for Tcl

Added to portage

2026-03-06

tclpython - 5.1
Ebuild name:

dev-tcltk/tclpython-5.1

Description

Python package for Tcl

Added to portage

2026-03-06

tclxml - 3.3.1-r4
Ebuild name:

dev-tcltk/tclxml-3.3.1-r4

Description

Pure Tcl implementation of an XML parser

Added to portage

2026-03-06

test2ref - 1.2.3
Ebuild name:

dev-python/test2ref-1.2.3

Description

Testing Against Learned Reference Data

Added to portage

2026-03-06

testssl - 3.2.3
Ebuild name:

net-analyzer/testssl-3.2.3

Description

Tool to check TLS/SSL cipher support

Added to portage

2026-03-06

tinyhtml5 - 2.1.0
Ebuild name:

dev-python/tinyhtml5-2.1.0

Description

HTML parser based on the WHATWG HTML specification

Added to portage

2026-03-06

tix - 8.4.3-r5
Ebuild name:

dev-tcltk/tix-8.4.3-r5

Description

A widget library for Tcl/Tk

Added to portage

2026-03-06

tk - 9.0.3-r2
Ebuild name:

dev-lang/tk-9.0.3-r2

Description

Tk Widget Set

Added to portage

2026-03-06

tkcon - 2.7.11-r1
Ebuild name:

dev-tcltk/tkcon-2.7.11-r1

Description

Tk GUI console

Added to portage

2026-03-06

tkpng - 0.9-r3
Ebuild name:

dev-tcltk/tkpng-0.9-r3

Description

Implements support for loading and using PNG images with Tcl/Tk

Added to portage

2026-03-06

tktray - 1.3.9-r3
Ebuild name:

dev-tcltk/tktray-1.3.9-r3

Description

System Tray Icon Support for Tk on X11

Added to portage

2026-03-06

togl - 2.0-r6
Ebuild name:

dev-tcltk/togl-2.0-r6

Description

A Tk widget for OpenGL rendering

Added to portage

2026-03-06

tox - 4.48.1
Ebuild name:

dev-python/tox-4.48.1

Description

virtualenv-based automation of test activities

Added to portage

2026-03-06

trimesh - 4.11.3
Ebuild name:

dev-python/trimesh-4.11.3

Description

Python library for loading and using triangular meshes

Added to portage

2026-03-06

tuxedo-drivers - 4.21.0
Ebuild name:

app-laptop/tuxedo-drivers-4.21.0

Description

Kernel modules for TUXEDO laptops

Added to portage

2026-03-06

vanilla-kernel - 6.1.166
Ebuild name:

sys-kernel/vanilla-kernel-6.1.166

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-03-06

vanilla-kernel - 6.12.76
Ebuild name:

sys-kernel/vanilla-kernel-6.12.76

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-03-06

vanilla-kernel - 6.6.129
Ebuild name:

sys-kernel/vanilla-kernel-6.6.129

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-03-06

vivaldi - 7.8.3925.76
Ebuild name:

www-client/vivaldi-7.8.3925.76

Description

A browser for our friends

Added to portage

2026-03-06

vivaldi-snapshot - 7.9.3966.3
Ebuild name:

www-client/vivaldi-snapshot-7.9.3966.3

Description

A browser for our friends

Added to portage

2026-03-06

vtcl - 1.6.1_alpha1-r1
Ebuild name:

dev-tcltk/vtcl-1.6.1_alpha1-r1

Description

Visual Tcl is a high-quality application development environment

Added to portage

2026-03-06

wiremix - 0.10.0
Ebuild name:

media-sound/wiremix-0.10.0

Description

A TUI mixer for PipeWire

Added to portage

2026-03-06

wrapt - 2.1.2
Ebuild name:

dev-python/wrapt-2.1.2

Description

Module for decorators, wrappers and monkey patching

Added to portage

2026-03-06

xapp - 3.2.2
Ebuild name:

x11-libs/xapp-3.2.2

Description

Cross-desktop libraries and common resources

Added to portage

2026-03-06

xapp-symbolic-icon-theme - 1.0.9
Ebuild name:

x11-themes/xapp-symbolic-icon-theme-1.0.9

Description

XApp Symbolic Icons

Added to portage

2026-03-06

xdg-desktop-portal-xapp - 1.1.3
Ebuild name:

sys-apps/xdg-desktop-portal-xapp-1.1.3

Description

Backend implementation for xdg-desktop-portal using Cinnamon

Added to portage

2026-03-06

zen-sources - 6.19.6
Ebuild name:

sys-kernel/zen-sources-6.19.6

Description

The Zen Kernel Live Sources

Added to portage

2026-03-06

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 79.9 ms