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 CC7A4158012 for ; Thu, 23 Sep 2021 20:13:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42FF7E09D9; Thu, 23 Sep 2021 20:13:21 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D521E09D5 for ; Thu, 23 Sep 2021 20:13:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F2D8342DBB for ; Thu, 23 Sep 2021 20:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A086F134 for ; Thu, 23 Sep 2021 20:13:16 +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: <1632427953.8d0aa7f42d9d868a508ee16a2dc3cf67dc7229a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/rgb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/rgb/rgb-1.0.6-r1.ebuild X-VCS-Directories: x11-apps/rgb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8d0aa7f42d9d868a508ee16a2dc3cf67dc7229a7 X-VCS-Branch: master Date: Thu, 23 Sep 2021 20:13:16 +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: c46c7ad1-3084-4d7d-8b0d-f2de560a0dc4 X-Archives-Hash: b1ceaa284477eca59120fdf27ab298ed commit: 8d0aa7f42d9d868a508ee16a2dc3cf67dc7229a7 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Sep 23 19:46:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 23 20:12:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0aa7f4 x11-apps/rgb: stable 1.0.6-r1 for hppa, bug #813729 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> x11-apps/rgb/rgb-1.0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/rgb/rgb-1.0.6-r1.ebuild b/x11-apps/rgb/rgb-1.0.6-r1.ebuild index d868e0412fa..b9f67e3be19 100644 --- a/x11-apps/rgb/rgb-1.0.6-r1.ebuild +++ b/x11-apps/rgb/rgb-1.0.6-r1.ebuild @@ -7,7 +7,7 @@ inherit xorg-3 DESCRIPTION="uncompile an rgb color-name database" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND="x11-misc/util-macros"