diff --git a/README.md b/README.md index f511e3a..96f2fa4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -# DISCLAIMER / WARNING - -I'm in the process of using an LLM to clean up some of the dead code branches here. -I'm being conservative, but please use care before using the 1.9.0+ releases. -Feedback is welcome. - # cfg-update A safe, staged alternative to Gentoo's `etc-update` for handling configuration file updates after package merges. 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