Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions gentoo/cfg-update-1.11.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RDEPEND="
X? (
>=x11-misc/sux-1.0
x11-apps/xhost
)"
)
"

pkg_prerm() {
if [[ -z ${ROOT} ]]
Expand All @@ -49,11 +50,6 @@ pkg_postrm() {
}

src_test() {
if ! use test; then
ewarn "Skipping tests (USE=-test)"
return
fi

einfo "Running cfg-update integration test harness"
"${S}"/test/run-tests.sh --full || die "Integration tests failed"
}
Expand Down
Loading