# zstd is bundled, see https://github.com/BinomialLLC/basis_universal/pull/228
DEPEND="
opencl? ( virtual/opencl )
"
RDEPEND="${RDEPEND}" # <--- RDEPEND is now blank, should be RDEPEND="${DEPEND}"
Variable is being assigned to itself, blanking the value.
Is there an existing such new check request for this?
Explain
We want to catch trivial typos like
RDEPEND="${RDEPEND}".Examples
https://github.com/gentoo/gentoo/blob/4a9057157eb7b863d788cd488714a9fa1033d604/games-util/basis_universal/basis_universal-1.16.3.ebuild#L22
Output message
SuspisciousSelfAssignment
Documentation
Variable is being assigned to itself, blanking the value.
Result level
warning