From 990d2f776ca34efcb49a9cb1b11240172793ef2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20J=C3=B8rgensen?= Date: Sun, 12 May 2024 22:05:16 +0200 Subject: [PATCH] app-misc/interception-tools: Unset CMAKE_BUILD_TYPE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This matches the packaging done by arch, and was recommended by the GURU IRC server. Signed-off-by: Julian Jørgensen --- app-misc/interception-tools/interception-tools-0.6.8-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-misc/interception-tools/interception-tools-0.6.8-r1.ebuild b/app-misc/interception-tools/interception-tools-0.6.8-r1.ebuild index fd51388f34..e86ab1c4a2 100644 --- a/app-misc/interception-tools/interception-tools-0.6.8-r1.ebuild +++ b/app-misc/interception-tools/interception-tools-0.6.8-r1.ebuild @@ -3,8 +3,6 @@ EAPI=8 -CMAKE_BUILD_TYPE=Release - inherit cmake systemd DESCRIPTION="A minimal composable infrastructure on top of libudev and libevdev"