commit: fd39ff40b94ad006d97138d53aaea2a1a199df44 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri May 24 16:40:54 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri May 24 17:46:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd39ff40
x11-wm/stumpwm: Add test restriction Needs "fiasco" tool which is not yet packaged. Bug: https://bugs.gentoo.org/888473 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild b/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild index 46876099895e..17d1ace013a9 100644 --- a/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild +++ b/x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild @@ -10,15 +10,15 @@ MY_COMMIT="740e945d742d85aef36e0ed9467de9bbbf5eafd2" DESCRIPTION="A Window Manager written entirely in Common Lisp" HOMEPAGE="https://stumpwm.github.io/" SRC_URI="https://github.com/stumpwm/stumpwm/archive/${MY_COMMIT}.tar.gz -> ${PN}-${MY_COMMIT}.tar.gz" +S="${WORKDIR}/${PN}-${MY_COMMIT}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc emacs" -S="${WORKDIR}/${PN}-${MY_COMMIT}" - -RESTRICT="strip" +# Test restriction because of missing "fiasco" tool which is not yet packaged +RESTRICT="strip test" RDEPEND="dev-lisp/alexandria dev-lisp/cl-ppcre
