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 2A655138334 for ; Sat, 21 Sep 2019 00:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 083EEE0903; Sat, 21 Sep 2019 00:15:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E17D3E0903 for ; Sat, 21 Sep 2019 00:15:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C12C034B426 for ; Sat, 21 Sep 2019 00:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88B837EF for ; Sat, 21 Sep 2019 00:15:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1569024798.7fe9ac4d05f507e7d3e58a22cd7881f4f992dd5e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwininfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xwininfo/xwininfo-1.1.5.ebuild X-VCS-Directories: x11-apps/xwininfo/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7fe9ac4d05f507e7d3e58a22cd7881f4f992dd5e X-VCS-Branch: master Date: Sat, 21 Sep 2019 00:15:11 +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: ea761ac5-6f5f-4592-b533-29ad6ec1db23 X-Archives-Hash: 24e35b4b708b60662b3c8ddb223d11f8 commit: 7fe9ac4d05f507e7d3e58a22cd7881f4f992dd5e Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 21 00:13:18 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 21 00:13:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe9ac4d x11-apps/xwininfo: sparc stable wrt bug #694734 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Mikle Kolyada gentoo.org> x11-apps/xwininfo/xwininfo-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/xwininfo/xwininfo-1.1.5.ebuild b/x11-apps/xwininfo/xwininfo-1.1.5.ebuild index 8940f78a39c..150b7bf7bdb 100644 --- a/x11-apps/xwininfo/xwininfo-1.1.5.ebuild +++ b/x11-apps/xwininfo/xwininfo-1.1.5.ebuild @@ -7,7 +7,7 @@ inherit xorg-3 DESCRIPTION="window information utility for X" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND=">=x11-libs/libxcb-1.6"