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 613C3158451 for ; Tue, 9 Jan 2024 18:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD2FE2A21; Tue, 9 Jan 2024 18:34:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B802E2A21 for ; Tue, 9 Jan 2024 18:34:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7284F3431C5 for ; Tue, 9 Jan 2024 18:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69F5AE5 for ; Tue, 9 Jan 2024 18:34:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1704825238.88894b799cd89c395a866d23e4588a13a16575be.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kweathercore/kweathercore-9999.ebuild X-VCS-Directories: dev-libs/kweathercore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 88894b799cd89c395a866d23e4588a13a16575be X-VCS-Branch: master Date: Tue, 9 Jan 2024 18:34:28 +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: 57fc3dbd-a8a5-4cf0-aa1f-ec09c679d58e X-Archives-Hash: a36b992d388621d8c8382d85515f0d30 commit: 88894b799cd89c395a866d23e4588a13a16575be Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 9 18:33:58 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 9 18:33:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=88894b79 dev-libs/kweathercore: Drop KEYWORDS to ~amd64 only Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kweathercore/kweathercore-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild index 64ba14b591..9b33d22c7f 100644 --- a/dev-libs/kweathercore/kweathercore-9999.ebuild +++ b/dev-libs/kweathercore/kweathercore-9999.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" + KEYWORDS="~amd64" fi LICENSE="LGPL-2+" SLOT="6"