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 DFE39158094 for ; Sat, 3 Sep 2022 01:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 989D5E0831; Sat, 3 Sep 2022 01:36:34 +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 7F32CE0831 for ; Sat, 3 Sep 2022 01:36:34 +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 41B6633C1C1 for ; Sat, 3 Sep 2022 01:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 659B65B2 for ; Sat, 3 Sep 2022 01:36:31 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1662168932.6e1f510b907dda206e1fb7ed71e36b098890a72d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild X-VCS-Directories: x11-drivers/xf86-input-wacom/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6e1f510b907dda206e1fb7ed71e36b098890a72d X-VCS-Branch: master Date: Sat, 3 Sep 2022 01:36:31 +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: e42478a0-8a6d-4ea5-b051-9e1a123fe646 X-Archives-Hash: 7b895a8367248cc1a680a92d60bb041f commit: 6e1f510b907dda206e1fb7ed71e36b098890a72d Author: Matt Turner gentoo org> AuthorDate: Sat Sep 3 01:35:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 3 01:35:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1f510b x11-drivers/xf86-input-wacom: Stabilize 1.1.0 ppc, #867796 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild index 70d6b57e6117..82d84c73661e 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://linuxwacom.github.io/" LICENSE="GPL-2" SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ~ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )"