commit:     5d9032407480877c240572d78c386cf695f40f4d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 19:26:58 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 20:35:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d903240

dev-libs/nanomsg: Remove unused demo subdirectory to silence CMake 4 warning

Closes: https://bugs.gentoo.org/963845
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/nanomsg/nanomsg-1.2.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/nanomsg/nanomsg-1.2.2.ebuild 
b/dev-libs/nanomsg/nanomsg-1.2.2.ebuild
index d8d81257530b..b6a2ce26b90b 100644
--- a/dev-libs/nanomsg/nanomsg-1.2.2.ebuild
+++ b/dev-libs/nanomsg/nanomsg-1.2.2.ebuild
@@ -24,6 +24,8 @@ src_prepare() {
                -e '/ws_async_shutdown/s/10/80/' \
                -e '/ipc_shutdown/s/40/80/' CMakeLists.txt || die
 
+       rm -vr demo || die # unused, causing bug #963845
+
        cmake_src_prepare
 }
 

Reply via email to