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 BACAA158094 for ; Fri, 22 Jul 2022 17:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F362E0BA1; Fri, 22 Jul 2022 17:55:02 +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 223F8E0B3B for ; Fri, 22 Jul 2022 17:55:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 02F693410F2 for ; Fri, 22 Jul 2022 17:55:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4525D550 for ; Fri, 22 Jul 2022 17:54: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: <1658512438.9d40eea2f9c4df9db7d32f527b8818e6104b3ec8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild X-VCS-Directories: x11-themes/lxqt-themes/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d40eea2f9c4df9db7d32f527b8818e6104b3ec8 X-VCS-Branch: master Date: Fri, 22 Jul 2022 17:54: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: 0f886ddf-c93b-4b70-8976-4a48cf05b923 X-Archives-Hash: ab40c7bbff207b971f621e3e601cee7a commit: 9d40eea2f9c4df9db7d32f527b8818e6104b3ec8 Author: Sam James gentoo org> AuthorDate: Fri Jul 22 17:53:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 22 17:53:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d40eea2 x11-themes/lxqt-themes: Stabilize 1.1.0 amd64, #858218 Signed-off-by: Sam James gentoo.org> x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild index c186864e312f..b42e3977bbca 100644 --- a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild +++ b/x11-themes/lxqt-themes/lxqt-themes-1.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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1+"