From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1394288-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 D715F158092 for <garchives@archives.gentoo.org>; Mon, 9 May 2022 05:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB96E08EB; Mon, 9 May 2022 05:30:00 +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 ADA39E08DD for <gentoo-commits@lists.gentoo.org>; Mon, 9 May 2022 05:30:00 +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 BCBF23414B7 for <gentoo-commits@lists.gentoo.org>; Mon, 9 May 2022 05:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9BA1458 for <gentoo-commits@lists.gentoo.org>; Mon, 9 May 2022 05:29:56 +0000 (UTC) From: "WANG Xuerui" <xen0n@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, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1652074163.477cc710ca3fab22a25b6a42c0e7bfefc2dbed67.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glib-utils/glib-utils-2.72.1.ebuild X-VCS-Directories: dev-util/glib-utils/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 477cc710ca3fab22a25b6a42c0e7bfefc2dbed67 X-VCS-Branch: master Date: Mon, 9 May 2022 05:29:56 +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: 008c638e-f488-4ab2-b3f7-beb71080d56c X-Archives-Hash: 08cbd97ec217f798225e1a26e72a3682 commit: 477cc710ca3fab22a25b6a42c0e7bfefc2dbed67 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Mon May 9 04:51:00 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Mon May 9 05:29:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477cc710 dev-util/glib-utils: keyword 2.72.1 for ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> dev-util/glib-utils/glib-utils-2.72.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glib-utils/glib-utils-2.72.1.ebuild b/dev-util/glib-utils/glib-utils-2.72.1.ebuild index 3196415b47e4..d724901e3e8c 100644 --- a/dev-util/glib-utils/glib-utils-2.72.1.ebuild +++ b/dev-util/glib-utils/glib-utils-2.72.1.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1+" SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature REQUIRED_USE="${PYTHON_REQUIRED_USE}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND}"