From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1260448-garchives=archives.gentoo.org@lists.gentoo.org> 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 BDBCF13835D for <garchives@archives.gentoo.org>; Sat, 13 Mar 2021 11:37:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21065E0882; Sat, 13 Mar 2021 11:37:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 088ACE0882 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Mar 2021 11:37:31 +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 16A71340A8E for <gentoo-commits@lists.gentoo.org>; Sat, 13 Mar 2021 11:37:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA34E5AD for <gentoo-commits@lists.gentoo.org>; Sat, 13 Mar 2021 11:37:27 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1615635443.edf4eb624d94c56e8bf1dcd01a0e89bb2727663d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild X-VCS-Directories: x11-misc/spnavcfg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edf4eb624d94c56e8bf1dcd01a0e89bb2727663d X-VCS-Branch: master Date: Sat, 13 Mar 2021 11:37:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8923caa-4106-49e1-a157-5fc2b23a856a X-Archives-Hash: d9c6aff4d06db2394d428223fce5c7fc commit: edf4eb624d94c56e8bf1dcd01a0e89bb2727663d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 13 11:36:58 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 13 11:37:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf4eb62 x11-misc/spnavcfg: Stabilize 0.3.1 x86, #775695 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild index 1d69b37b1d5..ae66b229878 100644 --- a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild +++ b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/${PN}%20 LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEPEND="x11-libs/gtk+:2"