aboutsummaryrefslogtreecommitdiff
blob: d245eef2634b7c810313b7a3fe09b23894fa9940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
EAPI=7

DESCRIPTION="Ebuild uses bad whitespace character"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"
SLOT="0"
LICENSE="BSD"

src_test() {
	# bad chars aren't ignored in comments
	cd "${S}"/cpp || die # or inline comments
	default
}