From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1470216-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CF6E0158020
	for <garchives@archives.gentoo.org>; Thu, 22 Dec 2022 11:15:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 279BFE08F7;
	Thu, 22 Dec 2022 11:15:48 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0EB9FE08F7
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2022 11:15:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 335C6340C43
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2022 11:15:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 933F17EB
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2022 11:15:44 +0000 (UTC)
From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org>
Message-ID: <1671707729.bdcc2692a254aabcdeb10047426aa45d7764253f.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/pango/pango-1.50.12.ebuild
X-VCS-Directories: x11-libs/pango/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: bdcc2692a254aabcdeb10047426aa45d7764253f
X-VCS-Branch: master
Date: Thu, 22 Dec 2022 11:15:44 +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: bfcdc5cd-2eb7-4bda-a031-8f0d0f7f8951
X-Archives-Hash: 2c16db0a4d58d3358c86bb9ad7912da1

commit:     bdcc2692a254aabcdeb10047426aa45d7764253f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 11:15:29 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 11:15:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcc2692

x11-libs/pango: Stabilize 1.50.12 hppa, #885627

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-libs/pango/pango-1.50.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pango/pango-1.50.12.ebuild b/x11-libs/pango/pango-1.50.12.ebuild
index 5600732eb89b..262982813a4f 100644
--- a/x11-libs/pango/pango-1.50.12.ebuild
+++ b/x11-libs/pango/pango-1.50.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
 
 IUSE="debug +introspection sysprof test X"
 RESTRICT="!test? ( test )"