Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssl-cert.eclass: remove = slot operator from DEPEND
It is common practice to include := in DEPENDs even though slot operators are only meaningful in RDEPENDs because one often sees RDEPEND="${DEPEND} ...". However, the scope of DEPEND does not cross the boundary between eclass and inhering ebuild, so that operator is useless here.
- Loading branch information