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 9675A1582EF for ; Thu, 27 Feb 2025 13:01:48 +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 8247D34300E for ; Thu, 27 Feb 2025 13:01:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 871981102C9; Thu, 27 Feb 2025 13:01:47 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7C78C1102C9 for ; Thu, 27 Feb 2025 13:01:47 +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 3EB5434300E for ; Thu, 27 Feb 2025 13:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94DA22731 for ; Thu, 27 Feb 2025 13:01:45 +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: <1740661272.f9a3a723d4f5522410946cb5982f02c7d7e408e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9a3a723d4f5522410946cb5982f02c7d7e408e3 X-VCS-Branch: master Date: Thu, 27 Feb 2025 13:01:45 +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: 076fd1ad-0d24-4100-a168-7d54f620107e X-Archives-Hash: 9c9293c3f2461d1fc1e9a6936b2e9ed4 commit: f9a3a723d4f5522410946cb5982f02c7d7e408e3 Author: Sam James gentoo org> AuthorDate: Thu Feb 27 13:01:12 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 27 13:01:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a3a723 dev-libs/libqtxdg: Stabilize 4.0.1 arm64, #947036 Signed-off-by: Sam James gentoo.org> dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild b/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild index b187e136e80b..36d76701144b 100644 --- a/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"