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 D9D32158083 for ; Sat, 31 Aug 2024 21:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12793E2ABC; Sat, 31 Aug 2024 21:20:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C7024E2ABC for ; Sat, 31 Aug 2024 21:20:01 +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 16999343109 for ; Sat, 31 Aug 2024 21:20:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A331F31 for ; Sat, 31 Aug 2024 21:19: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: <1725138785.6ce1a355cffe85fdd94faa52bd0264a6aae38726.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kweathercore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kweathercore/kweathercore-0.8.0.ebuild X-VCS-Directories: dev-libs/kweathercore/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6ce1a355cffe85fdd94faa52bd0264a6aae38726 X-VCS-Branch: master Date: Sat, 31 Aug 2024 21:19: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: 325deb17-8988-4f53-8971-5dc74e552271 X-Archives-Hash: 30d969ec9038462ad9502d5a89daf5c6 commit: 6ce1a355cffe85fdd94faa52bd0264a6aae38726 Author: Sam James gentoo org> AuthorDate: Sat Aug 31 21:13:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 31 21:13:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce1a355 dev-libs/kweathercore: Stabilize 0.8.0 amd64, #934478 Signed-off-by: Sam James gentoo.org> dev-libs/kweathercore/kweathercore-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kweathercore/kweathercore-0.8.0.ebuild b/dev-libs/kweathercore/kweathercore-0.8.0.ebuild index 54a4ceb5cc19..171f605d9258 100644 --- a/dev-libs/kweathercore/kweathercore-0.8.0.ebuild +++ b/dev-libs/kweathercore/kweathercore-0.8.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Library for retrieval of weather information including forecasts an if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="LGPL-2+" SLOT="6"