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 505B315808B for ; Fri, 4 Mar 2022 00:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EC0FE0A9C; Fri, 4 Mar 2022 00:40:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 148EFE0A9C for ; Fri, 4 Mar 2022 00:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 439A834321D for ; Fri, 4 Mar 2022 00:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B75E332E for ; Fri, 4 Mar 2022 00:40:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646354408.32d36f2864aec98b55a8485a70361ba1de820d35.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmappl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmappl/wmappl-0.71-r1.ebuild X-VCS-Directories: x11-plugins/wmappl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32d36f2864aec98b55a8485a70361ba1de820d35 X-VCS-Branch: master Date: Fri, 4 Mar 2022 00:40:39 +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: eba20d82-10a0-4a62-bd27-9429a669d177 X-Archives-Hash: 515a715bab6929a2ab61993782236985 commit: 32d36f2864aec98b55a8485a70361ba1de820d35 Author: Sam James gentoo org> AuthorDate: Thu Mar 3 22:13:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 4 00:40:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d36f28 Revert "x11-plugins/wmappl: destabilise for ppc" This reverts commit f5aca88317dbb4e10ef0f1c961b54a8c0a3e5b0b. Signed-off-by: Sam James gentoo.org> x11-plugins/wmappl/wmappl-0.71-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild index 45ae2b146ffb..58df593547ac 100644 --- a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild +++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,4 +16,4 @@ DEPEND="${RDEPEND} LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86"