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 0DC0C1582EF for ; Sun, 23 Feb 2025 22:21:35 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3675C34325A for ; Sun, 23 Feb 2025 22:20:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 26A7611047E; Sun, 23 Feb 2025 22:19: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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1F10B11047E for ; Sun, 23 Feb 2025 22:19: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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1E52343188 for ; Sun, 23 Feb 2025 22:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7135A27FA for ; Sun, 23 Feb 2025 22:19:31 +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: <1740349011.d1d1df7e961f1d45f245b6cbfdccb9a0475e797c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/hamlib/hamlib-4.5.5-r4.ebuild media-libs/hamlib/hamlib-4.6.1.ebuild media-libs/hamlib/hamlib-4.6.2.ebuild X-VCS-Directories: media-libs/hamlib/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d1d1df7e961f1d45f245b6cbfdccb9a0475e797c X-VCS-Branch: master Date: Sun, 23 Feb 2025 22:19:31 +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: a6c40a2b-8b42-4cdc-bfed-7fb255764479 X-Archives-Hash: 8f1806df3d8e1cfa4419cbb82b8405ae commit: d1d1df7e961f1d45f245b6cbfdccb9a0475e797c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Feb 18 19:07:00 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 23 22:16:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d1df7e media-libs/hamlib: add missing braces Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-libs/hamlib/hamlib-4.5.5-r4.ebuild | 2 +- media-libs/hamlib/hamlib-4.6.1.ebuild | 2 +- media-libs/hamlib/hamlib-4.6.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/hamlib/hamlib-4.5.5-r4.ebuild b/media-libs/hamlib/hamlib-4.5.5-r4.ebuild index 460369f15605..5e99e3fec86c 100644 --- a/media-libs/hamlib/hamlib-4.5.5-r4.ebuild +++ b/media-libs/hamlib/hamlib-4.5.5-r4.ebuild @@ -42,7 +42,7 @@ DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer) PATCHES=( "${FILESDIR}/${PN}-4.5.5-gcc14-fix.patch" - "$FILESDIR/hamlib-drop-lua.patch" + "${FILESDIR}/hamlib-drop-lua.patch" ) pkg_setup() { diff --git a/media-libs/hamlib/hamlib-4.6.1.ebuild b/media-libs/hamlib/hamlib-4.6.1.ebuild index 6b606145abd6..45ff29e3306f 100644 --- a/media-libs/hamlib/hamlib-4.6.1.ebuild +++ b/media-libs/hamlib/hamlib-4.6.1.ebuild @@ -40,7 +40,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer) -PATCHES=( "$FILESDIR/hamlib-drop-lua.patch" ) +PATCHES=( "${FILESDIR}/hamlib-drop-lua.patch" ) pkg_setup() { use python && python-single-r1_pkg_setup diff --git a/media-libs/hamlib/hamlib-4.6.2.ebuild b/media-libs/hamlib/hamlib-4.6.2.ebuild index 93bef7210d3e..47b0e57fecb8 100644 --- a/media-libs/hamlib/hamlib-4.6.2.ebuild +++ b/media-libs/hamlib/hamlib-4.6.2.ebuild @@ -41,7 +41,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer) -PATCHES=( "$FILESDIR/hamlib-drop-lua.patch" ) +PATCHES=( "${FILESDIR}/hamlib-drop-lua.patch" ) pkg_setup() { use python && python-single-r1_pkg_setup