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 4266815808B for ; Fri, 1 Apr 2022 11:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB76FE0898; Fri, 1 Apr 2022 11:12:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F8E1E0891 for ; Fri, 1 Apr 2022 11:12:49 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6195C340E9C for ; Fri, 1 Apr 2022 11:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C213635A for ; Fri, 1 Apr 2022 11:12:45 +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: <1648807937.5cd74c96e0596eab0222876b3963451177b457f7.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/ X-VCS-Repository: proj/lisp X-VCS-Files: x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild X-VCS-Directories: x11-wm/stumpwm-contrib/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5cd74c96e0596eab0222876b3963451177b457f7 X-VCS-Branch: master Date: Fri, 1 Apr 2022 11:12:45 +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: 8c714a9f-ffc9-4674-b224-607240856e45 X-Archives-Hash: 446ad6e02e04a6ca6aaa4eee3b2705ef commit: 5cd74c96e0596eab0222876b3963451177b457f7 Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 10:12:17 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 10:12:17 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5cd74c96 x11-wm/stumpwm-contrib: Unkeyword 20180323 Unkeyworded dependencies. Signed-off-by: Ulrich Müller gentoo.org> x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild index 7ef1c4b8..ba1c04e7 100644 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="${HOMEPAGE}" else SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + #KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2 GPL-3 BSD-2"