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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCC421382C5 for ; Tue, 8 May 2018 06:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 876E2E09A1; Tue, 8 May 2018 06:24:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EA26E099F for ; Tue, 8 May 2018 06:24:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08391335C8F for ; Tue, 8 May 2018 06:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C77B292 for ; Tue, 8 May 2018 06:24:02 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1525760605.37ee34200d324fa1c7bfa5e21837bdd1ccc936ab.slyfox@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-0.36.0.ebuild X-VCS-Directories: x11-drivers/xf86-input-wacom/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 37ee34200d324fa1c7bfa5e21837bdd1ccc936ab X-VCS-Branch: master Date: Tue, 8 May 2018 06:24:02 +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-Archives-Salt: 7955f59c-17df-4b14-9b32-4d60b7456de0 X-Archives-Hash: 4391b938eb84635553b4f6b29c8fa03b commit: 37ee34200d324fa1c7bfa5e21837bdd1ccc936ab Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 7 22:47:30 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 8 06:23:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ee3420 x11-drivers/xf86-input-wacom: stable 0.36.0 for sparc Bug: https://bugs.gentoo.org/649316 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0.ebuild index 1bd4c815ca5..9506752c45f 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/linuxwacom/${PN}" [[ ${PV} != 9999* ]] && \ SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86" IUSE="debug" # depend on libwacom for its udev rules, bug #389633