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 8660D1581FB for ; Thu, 29 Aug 2024 19:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47FA9E2A2B; Thu, 29 Aug 2024 19:42:41 +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 2D9D9E2A2B for ; Thu, 29 Aug 2024 19:42:41 +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 448FC342FAC for ; Thu, 29 Aug 2024 19:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF10E1F38 for ; Thu, 29 Aug 2024 19:42:36 +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: <1724960413.ed5bdbda30c7fe9c251bced4ed657f603326c4fa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kdsingleapplication/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kdsingleapplication/kdsingleapplication-1.1.0-r1.ebuild X-VCS-Directories: dev-libs/kdsingleapplication/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ed5bdbda30c7fe9c251bced4ed657f603326c4fa X-VCS-Branch: master Date: Thu, 29 Aug 2024 19:42:36 +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: 61b2c09d-bb52-46bb-988e-08b21e1ff46d X-Archives-Hash: ad5ecce2b307ac19b616bb8f762dfd3d commit: ed5bdbda30c7fe9c251bced4ed657f603326c4fa Author: Sam James gentoo org> AuthorDate: Thu Aug 29 19:40:13 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 29 19:40:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5bdbda dev-libs/kdsingleapplication: Stabilize 1.1.0-r1 x86, #938676 Signed-off-by: Sam James gentoo.org> dev-libs/kdsingleapplication/kdsingleapplication-1.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kdsingleapplication/kdsingleapplication-1.1.0-r1.ebuild b/dev-libs/kdsingleapplication/kdsingleapplication-1.1.0-r1.ebuild index 1d7dcfa84e12..b54e88db5e76 100644 --- a/dev-libs/kdsingleapplication/kdsingleapplication-1.1.0-r1.ebuild +++ b/dev-libs/kdsingleapplication/kdsingleapplication-1.1.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/KDAB/KDSingleApplication/releases/download/v${PV}/kd LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 x86" IUSE="doc examples test" RESTRICT="!test? ( test )"