Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354329
Collapse All | Expand All

(-)eutils.eclass (-2 / +4 lines)
Lines 54-64 Link Here
54
else
54
else
55
55
56
ebeep() {
56
ebeep() {
57
	ewarn "QA Notice: ebeep is not defined in EAPI=${EAPI}, please file a bug at http://bugs.gentoo.org"
57
	ewarn "QA Notice: ebeep is not defined in EAPI=${EAPI}."
58
	ewarn "QA Notice: Please file a bug against the package using it at http://bugs.gentoo.org/"
58
}
59
}
59
60
60
epause() {
61
epause() {
61
	ewarn "QA Notice: epause is not defined in EAPI=${EAPI}, please file a bug at http://bugs.gentoo.org"
62
	ewarn "QA Notice: epause is not defined in EAPI=${EAPI}."
63
	ewarn "QA Notice: Please file a bug against the package using it at http://bugs.gentoo.org/"
62
}
64
}
63
65
64
fi
66
fi

Return to bug 354329