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 B163515864F for ; Sun, 26 Mar 2023 18:03:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5743E07EA; Sun, 26 Mar 2023 18:03: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 C8454E07EA for ; Sun, 26 Mar 2023 18:03: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 D58F0340F97 for ; Sun, 26 Mar 2023 18:02:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74AF3966 for ; Sun, 26 Mar 2023 18:02:58 +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: <1679853765.3f5ee5d1da2ac4569dbd749c6c4640284e3246ec.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-0.12.0-r1.ebuild X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f5ee5d1da2ac4569dbd749c6c4640284e3246ec X-VCS-Branch: master Date: Sun, 26 Mar 2023 18:02:58 +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: a9a56062-7852-4ce5-81c2-b65b58461fed X-Archives-Hash: 05ac1eff9df4fe5ff24d38a390498def commit: 3f5ee5d1da2ac4569dbd749c6c4640284e3246ec Author: Sam James gentoo org> AuthorDate: Sun Mar 26 18:02:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 26 18:02:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5ee5d1 dev-util/lxqt-build-tools: Stabilize 0.12.0-r1 amd64, #903123 Signed-off-by: Sam James gentoo.org> dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild index ecbde452e97b..e41e1db443a8 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.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 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" fi LICENSE="BSD"