diff options
author | Julian Jørgensen <jjo@jtle.dk> | 2024-05-12 22:05:16 +0200 |
---|---|---|
committer | Julian Jørgensen <jjo@jtle.dk> | 2024-05-12 22:05:16 +0200 |
commit | 990d2f776ca34efcb49a9cb1b11240172793ef2d (patch) | |
tree | 7b4761d57d27da5047eb7e01b07858eba18d2e32 /app-misc | |
parent | dev-libs/tbtools: correct dependency for libudev-sys crate (diff) | |
download | guru-990d2f776ca34efcb49a9cb1b11240172793ef2d.tar.gz guru-990d2f776ca34efcb49a9cb1b11240172793ef2d.tar.bz2 guru-990d2f776ca34efcb49a9cb1b11240172793ef2d.zip |
app-misc/interception-tools: Unset CMAKE_BUILD_TYPE
This matches the packaging done by arch, and was recommended by the GURU IRC
server.
Signed-off-by: Julian Jørgensen <jjo@jtle.dk>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/interception-tools/interception-tools-0.6.8-r1.ebuild | 2 |
1 files changed, 0 insertions, 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 fd51388f3..e86ab1c4a 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" |