From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 501891581FD for ; Thu, 11 Sep 2025 21:08:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3A8053415EC for ; Thu, 11 Sep 2025 21:08:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 620E9110576; Thu, 11 Sep 2025 21:08:35 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5744F110575 for ; Thu, 11 Sep 2025 21:08:35 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 158B23415F0 for ; Thu, 11 Sep 2025 21:08:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A33A33997 for ; Thu, 11 Sep 2025 21:08:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1757624905.d04e8a51e15e5f3a762bc3e49758812b759018b2.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump1090/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/dump1090/dump1090-10.2.ebuild X-VCS-Directories: net-wireless/dump1090/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d04e8a51e15e5f3a762bc3e49758812b759018b2 X-VCS-Branch: master Date: Thu, 11 Sep 2025 21:08:32 +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: fcccb5db-5563-4973-b345-38d71f6102d2 X-Archives-Hash: b06860dc45d19d9fff33b33fa3032de1 commit: d04e8a51e15e5f3a762bc3e49758812b759018b2 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 11 20:57:51 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 11 21:08:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04e8a51 net-wireless/dump1090: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> net-wireless/dump1090/dump1090-10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/dump1090/dump1090-10.2.ebuild b/net-wireless/dump1090/dump1090-10.2.ebuild index 798635aa0652..a82e26659da6 100644 --- a/net-wireless/dump1090/dump1090-10.2.ebuild +++ b/net-wireless/dump1090/dump1090-10.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/flightaware/${PN}.git" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SRC_URI="https://github.com/flightaware/dump1090/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi