RDEPEND
RDEPEND is a dependency classification used by the Gentoo Linux Portage package management system. It specifies the packages that must be present on a system for a given package to run correctly after installation. In other words, RDEPEND encodes the runtime requirements of the package.
It is distinct from DEPEND, which declares build-time dependencies necessary to compile or install the package,
Portage uses RDEPEND to install and verify runtime availability. When a package is installed, Portage ensures
Examples of RDEPEND entries include libraries the program links against, system services it relies on, or data
Maintaining RDEPEND is part of ebuild maintenance; it should reflect actual runtime behavior and be updated