diff --git a/gentoo/cfg-update-1.11.0.ebuild b/gentoo/cfg-update-1.11.0.ebuild index bfe61bf..a330ace 100644 --- a/gentoo/cfg-update-1.11.0.ebuild +++ b/gentoo/cfg-update-1.11.0.ebuild @@ -6,11 +6,13 @@ EAPI=8 DESCRIPTION="Easy to use GUI & CLI alternative for etc-update" HOMEPAGE="https://github.com/rich0/cfg-update" SRC_URI="https://github.com/rich0/cfg-update/archive/${PV}.tar.gz -> ${P}.tgz" +S="${WORKDIR}/cfg-update-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="test X" +RESTRICT="!test? ( test )" BDEPEND=" test? ( @@ -27,8 +29,6 @@ RDEPEND=" x11-apps/xhost )" -S="${WORKDIR}/cfg-update-${PV}" - pkg_prerm() { if [[ -z ${ROOT} ]] then