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 79434158094 for ; Fri, 22 Jul 2022 17:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF315E0BA4; Fri, 22 Jul 2022 17:55:03 +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 0B249E0BA6 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 0B5A03410EE 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 8F587554 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: <1658512441.c0bb7f391d2859b751c81afe0a9d617910249f5e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/lximage-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/lximage-qt/lximage-qt-1.1.0.ebuild X-VCS-Directories: media-gfx/lximage-qt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0bb7f391d2859b751c81afe0a9d617910249f5e 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: 044788b9-42f6-43b6-8342-cee297edf8bd X-Archives-Hash: c82410a28157d7046b67cc48d796c790 commit: c0bb7f391d2859b751c81afe0a9d617910249f5e Author: Sam James gentoo org> AuthorDate: Fri Jul 22 17:54:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 22 17:54:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bb7f39 media-gfx/lximage-qt: Stabilize 1.1.0 amd64, #858218 Signed-off-by: Sam James gentoo.org> media-gfx/lximage-qt/lximage-qt-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/lximage-qt/lximage-qt-1.1.0.ebuild b/media-gfx/lximage-qt/lximage-qt-1.1.0.ebuild index 5f9851420bcc..64b77f4a7b86 100644 --- a/media-gfx/lximage-qt/lximage-qt-1.1.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-1.1.0.ebuild @@ -15,7 +15,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 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="GPL-2 GPL-2+"