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 578A9158083 for ; Sat, 31 Aug 2024 21:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1315E2ACA; Sat, 31 Aug 2024 21:55:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 874A8E2ACA for ; Sat, 31 Aug 2024 21:55:10 +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 C5F6234133B for ; Sat, 31 Aug 2024 21:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 625861F2C for ; Sat, 31 Aug 2024 21:55:08 +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: <1725141295.738e47003039afaa97d12bb3dc2e5915e3bfb53e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsbabel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild X-VCS-Directories: sci-geosciences/gpsbabel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 738e47003039afaa97d12bb3dc2e5915e3bfb53e X-VCS-Branch: master Date: Sat, 31 Aug 2024 21:55:08 +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: 0621f7b8-006f-4402-9144-0c9d0496b25b X-Archives-Hash: 7a734927af91ea927ee0640802d9cf2a commit: 738e47003039afaa97d12bb3dc2e5915e3bfb53e Author: Sam James gentoo org> AuthorDate: Sat Aug 31 21:54:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 31 21:54:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738e4700 sci-geosciences/gpsbabel: Stabilize 1.9.0 amd64, #938841 Signed-off-by: Sam James gentoo.org> sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild index 5b61f9f33ebe..6898cab90cd3 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/gpsbabel/gpsbabel.git" else SRC_URI="https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_${MY_PV}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" S="${WORKDIR}/gpsbabel-gpsbabel_${MY_PV}" fi