From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D6FCA1582EF for ; Thu, 20 Feb 2025 22:28:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BC7983430E9 for ; Thu, 20 Feb 2025 22:28:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C3505110470; Thu, 20 Feb 2025 22:28:39 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BAD3A110470 for ; Thu, 20 Feb 2025 22:28:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42D5134305F for ; Thu, 20 Feb 2025 22:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1F7DE65 for ; Thu, 20 Feb 2025 22:28:37 +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: <1740090500.11e1d215535c2a98ce6838e751b3a4f5c9ca3a59.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 11e1d215535c2a98ce6838e751b3a4f5c9ca3a59 X-VCS-Branch: master Date: Thu, 20 Feb 2025 22:28:37 +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: 58884441-e427-47ff-8825-9e05e4b58f74 X-Archives-Hash: bb1c983c0d204087de08eda76a07059a commit: 11e1d215535c2a98ce6838e751b3a4f5c9ca3a59 Author: Sam James gentoo org> AuthorDate: Thu Feb 20 22:28:20 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 20 22:28:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e1d215 dev-util/lxqt-build-tools: Keyword 2.1.0 hppa, #944287 Signed-off-by: Sam James gentoo.org> dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild index b030fd84db33..efacb57ba3fa 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.1.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" fi LICENSE="BSD"