pkgcruft 0.0.18

QA library and tools based on pkgcraft
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# stub eclass with inherit

inherit a

# incrementals
IUSE="global eclass b"
PROPERTIES="global eclass b"
RESTRICT="global eclass b"
REQUIRED_USE="global eclass b"
BDEPEND="cat/pkg eclass/pkg b/pkg"
DEPEND="cat/pkg eclass/pkg b/pkg"
IDEPEND="cat/pkg eclass/pkg b/pkg"
PDEPEND="cat/pkg eclass/pkg b/pkg"
RDEPEND="cat/pkg eclass/pkg b/pkg"