diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild | 6 |
1 files 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 |