From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4DC31581D3 for ; Fri, 24 May 2024 17:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77C53E2A2D; Fri, 24 May 2024 17:46:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C789E2A2D for ; Fri, 24 May 2024 17:46:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4ECE633BEFF for ; Fri, 24 May 2024 17:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B89221B44 for ; Fri, 24 May 2024 17:46:32 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1716572781.fd39ff40b94ad006d97138d53aaea2a1a199df44.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm/stumpwm-22.05_p20220818.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fd39ff40b94ad006d97138d53aaea2a1a199df44 X-VCS-Branch: master Date: Fri, 24 May 2024 17:46:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58a01369-5e04-4d20-90bd-d207088c67e7 X-Archives-Hash: 57061d6edd815bb6192c9027c904aa26 commit: fd39ff40b94ad006d97138d53aaea2a1a199df44 Author: Ulrich Müller gentoo org> AuthorDate: Fri May 24 16:40:54 2024 +0000 Commit: Ulrich Müller gentoo 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 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