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.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 134CE158094 for ; Thu, 8 Sep 2022 09:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 247D9E0966; Thu, 8 Sep 2022 09:29:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0FE43E0966 for ; Thu, 8 Sep 2022 09:29:21 +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 57D953410D4 for ; Thu, 8 Sep 2022 09:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EACB5CD for ; Thu, 8 Sep 2022 09:29:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1662629327.3086b4b85a06dbbb8a68ee53b0c8566184793be1.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild X-VCS-Directories: dev-qt/qtopengl/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3086b4b85a06dbbb8a68ee53b0c8566184793be1 X-VCS-Branch: master Date: Thu, 8 Sep 2022 09:29:17 +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: eb1188f1-c192-4f11-8f23-231cb3e8cdeb X-Archives-Hash: 7e02fbcc2fe2db6e3e1305c9a5898b52 commit: 3086b4b85a06dbbb8a68ee53b0c8566184793be1 Author: WANG Xuerui gentoo org> AuthorDate: Wed Jun 29 03:50:13 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 8 09:28:47 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3086b4b8 dev-qt/qtopengl: keyword 5.15.5 for ~loong Signed-off-by: WANG Xuerui gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild index d8e17361..ec72ce28 100644 --- a/dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi IUSE="gles2-only"