mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-portage/eclass-manpages: fail when there are errors in eclass docs
This will get people to file bugs when developers break the documentation.
This commit is contained in:
@@ -30,9 +30,9 @@ src_compile() {
|
||||
for o in ${PORTDIR_OVERLAY} ; do
|
||||
e="${o}/eclass"
|
||||
[[ -d ${e} ]] || continue
|
||||
genit "${e}"
|
||||
genit "${e}" || die
|
||||
done
|
||||
genit
|
||||
genit || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user