diff --git a/gentoo/cfg-update-1.11.0.ebuild b/gentoo/cfg-update-1.11.0.ebuild index a330ace..5f7f310 100644 --- a/gentoo/cfg-update-1.11.0.ebuild +++ b/gentoo/cfg-update-1.11.0.ebuild @@ -27,7 +27,8 @@ RDEPEND=" X? ( >=x11-misc/sux-1.0 x11-apps/xhost - )" + ) +" pkg_prerm() { if [[ -z ${ROOT} ]] @@ -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" }