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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC5DE1582EF for ; Sun, 09 Feb 2025 18:42:14 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B4AC9343111 for ; Sun, 09 Feb 2025 18:42:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B24171103CB; Sun, 09 Feb 2025 18:42:13 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A910E1103CB for ; Sun, 09 Feb 2025 18:42:13 +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 4F39D343111 for ; Sun, 09 Feb 2025 18:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A717D1B42 for ; Sun, 09 Feb 2025 18:42:11 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1739126469.1bb30abef7a8ba43047ce43513526de1de863ab1.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/grig/grig-0.9.0.ebuild X-VCS-Directories: media-radio/grig/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 1bb30abef7a8ba43047ce43513526de1de863ab1 X-VCS-Branch: master Date: Sun, 09 Feb 2025 18:42:11 +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: 302776ca-3330-4ddc-bb14-44e524cad0e6 X-Archives-Hash: 78966800d9db0b6d8f0d2d44cc0e7260 commit: 1bb30abef7a8ba43047ce43513526de1de863ab1 Author: Thomas Beierlein gentoo org> AuthorDate: Sun Feb 9 18:40:36 2025 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun Feb 9 18:41:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb30abe media-radio/grig: Fixes SRC_URI Closes: https://bugs.gentoo.org/949529 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/grig/grig-0.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-radio/grig/grig-0.9.0.ebuild b/media-radio/grig/grig-0.9.0.ebuild index 9ec9c6e4e2ab..969add3622f4 100644 --- a/media-radio/grig/grig-0.9.0.ebuild +++ b/media-radio/grig/grig-0.9.0.ebuild @@ -5,7 +5,8 @@ EAPI=8 inherit desktop -MY_P=${P^^//./_} +MY_P1=${P^^} +MY_P=${MY_P1//./_} DESCRIPTION="A tool for controlling amateur radios" HOMEPAGE="http://groundstation.sourceforge.net/grig/"