summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-05-24 18:40:54 +0200
committerUlrich Müller <ulm@gentoo.org>2024-05-24 19:46:21 +0200
commitfd39ff40b94ad006d97138d53aaea2a1a199df44 (patch)
tree0ccb97e9029de1d27cd51885b207ce1a94fe8dc5 /x11-wm
parentprofiles/base: Unmask x11-wm/stumpwm[doc] (diff)
downloadgentoo-fd39ff40b94ad006d97138d53aaea2a1a199df44.tar.gz
gentoo-fd39ff40b94ad006d97138d53aaea2a1a199df44.tar.bz2
gentoo-fd39ff40b94ad006d97138d53aaea2a1a199df44.zip
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@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild6
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