commit: bdabadbc78e3702ff5e7b1922877d3b56779fe21
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Tue Aug 22 22:54:38 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Aug 22 22:54:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdabadbc
media-sound/qpwgraph: tweak integrated upstream
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
media-sound/qpwgraph/qpwgraph-9999.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild
b/media-sound/qpwgraph/qpwgraph-9999.ebuild
index 1fddda36e1..43a8e44219 100644
--- a/media-sound/qpwgraph/qpwgraph-9999.ebuild
+++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild
@@ -27,9 +27,6 @@ RDEPEND="${DEPEND}
"
src_prepare() {
- # A small tweak in socket name that allow multiple user at same time
- # See https://github.com/rncbc/qpwgraph/issues/1
- sed -i -e "/@/a m_unique += qgetenv(\"USER\");\n m_unique +=
'-';" src/qpwgraph.cpp || die
cmake_src_prepare
}