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 C0BAC15800F for ; Sat, 4 Feb 2023 00:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D62D3E0536; Sat, 4 Feb 2023 00:39:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8DEEE0536 for ; Sat, 4 Feb 2023 00:39:24 +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 C3D23340D9F for ; Sat, 4 Feb 2023 00:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D5C885B for ; Sat, 4 Feb 2023 00:39:21 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1675471136.cd45860bfa63f3b293a95a35b57eba7d1e3d7113.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/qpwgraph/qpwgraph-9999.ebuild X-VCS-Directories: media-sound/qpwgraph/ X-VCS-Committer: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: cd45860bfa63f3b293a95a35b57eba7d1e3d7113 X-VCS-Branch: dev Date: Sat, 4 Feb 2023 00:39:21 +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: c2ef6e64-5598-4ee3-9b3a-9c75bc490c61 X-Archives-Hash: 0e23fc5c30fe430a0568a7cdfd1635db commit: cd45860bfa63f3b293a95a35b57eba7d1e3d7113 Author: Samuel Bauer yahoo fr> AuthorDate: Sat Feb 4 00:38:22 2023 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Sat Feb 4 00:38:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd45860b media-sound/qpwgraph: various fixes suggested by Leo Signed-off-by: Samuel Bauer yahoo.fr> media-sound/qpwgraph/qpwgraph-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild index d3bace97f..1fddda36e 100644 --- a/media-sound/qpwgraph/qpwgraph-9999.ebuild +++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit cmake git-r3 xdg DESCRIPTION="PipeWire Graph Qt GUI Interface" HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph" -EGIT_REPO="https://gitlab.freedesktop.org/rncbc/qpwgraph" +EGIT_REPO_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph" LICENSE="GPL-2" SLOT="0"