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 8F2BD138334 for ; Wed, 1 May 2019 18:24:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74392E0830; Wed, 1 May 2019 18:24:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 57A68E0830 for ; Wed, 1 May 2019 18:24:04 +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 C9FFE34321C for ; Wed, 1 May 2019 18:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44EBA5D2 for ; Wed, 1 May 2019 18:24:01 +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: <1556734926.f00b4b8cbaba394e483086cc7996bd888a079946.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xstdcmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild X-VCS-Directories: x11-apps/xstdcmap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f00b4b8cbaba394e483086cc7996bd888a079946 X-VCS-Branch: master Date: Wed, 1 May 2019 18:24:01 +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: 8aab37ec-f568-4427-9daa-4a776d1aef01 X-Archives-Hash: 9a549d8c604f3ef2162c395fbfe630bd commit: f00b4b8cbaba394e483086cc7996bd888a079946 Author: Matt Turner gentoo org> AuthorDate: Wed May 1 18:22:06 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 1 18:22:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00b4b8c x11-apps/xstdcmap-1.0.4: hppa stable, bug 682846 Signed-off-by: Matt Turner gentoo.org> x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild index f07835db98c..b57b833cadf 100644 --- a/x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild +++ b/x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit xorg-3 DESCRIPTION="X standard colormap utility" -KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="" RDEPEND="x11-libs/libXmu x11-libs/libX11"