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 5959D1581A7 for ; Tue, 4 Jun 2024 18:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1EC9E2BBA; Tue, 4 Jun 2024 18:31:26 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 852A1E2BBA for ; Tue, 4 Jun 2024 18:31:26 +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 9F37F33BF41 for ; Tue, 4 Jun 2024 18:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FDA41C69 for ; Tue, 4 Jun 2024 18:31:24 +0000 (UTC) From: "Violet" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Violet" Message-ID: <1717525828.f572b82d5af1bf193ca04b7efa73813f4ef405e3.emergeviolet@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/kew/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/kew/kew-2.4.4.ebuild X-VCS-Directories: media-sound/kew/ X-VCS-Committer: emergeviolet X-VCS-Committer-Name: Violet X-VCS-Revision: f572b82d5af1bf193ca04b7efa73813f4ef405e3 X-VCS-Branch: dev Date: Tue, 4 Jun 2024 18:31:24 +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: 9bda1e58-308e-44a4-9d42-211ce887cc1d X-Archives-Hash: 12d01a0a14aaa4bce844915c5c3c077d commit: f572b82d5af1bf193ca04b7efa73813f4ef405e3 Author: Violet protonmail com> AuthorDate: Tue Jun 4 14:01:30 2024 +0000 Commit: Violet protonmail com> CommitDate: Tue Jun 4 18:30:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f572b82d more tweaks to pkgbuild Signed-off-by: Violet protonmail.com> media-sound/kew/kew-2.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/kew/kew-2.4.4.ebuild b/media-sound/kew/kew-2.4.4.ebuild index 5623748e8..b87aebcd1 100644 --- a/media-sound/kew/kew-2.4.4.ebuild +++ b/media-sound/kew/kew-2.4.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="kew (/kjuː/) is a command-line music player for Linux." HOMEPAGE="https://github.com/ravachol/kew" -SRC_URI="https://github.com/ravachol/{P}/archive/refs/tags/v2.4.4.tar.gz" +SRC_URI="https://github.com/ravachol/${PN}/archive/refs/tags/v2.4.4.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64"