diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:03:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:03:09 +0200 |
commit | 8bc096ed23806c691cb03580c92458f42c0bc8df (patch) | |
tree | 61893d5ad93013ff7aca101760b841e69857d20f /sys-process | |
parent | dev-ruby/hiredis: respect ${PKG_CONFIG} (diff) | |
download | gentoo-8bc096ed23806c691cb03580c92458f42c0bc8df.tar.gz gentoo-8bc096ed23806c691cb03580c92458f42c0bc8df.tar.bz2 gentoo-8bc096ed23806c691cb03580c92458f42c0bc8df.zip |
sys-process/latencytop: tidy up patches
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/latencytop/files/latencytop-0.5-03-clean-up-build-system.patch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys-process/latencytop/files/latencytop-0.5-03-clean-up-build-system.patch b/sys-process/latencytop/files/latencytop-0.5-03-clean-up-build-system.patch index 4c3461b08051..20b6ffd621ee 100644 --- a/sys-process/latencytop/files/latencytop-0.5-03-clean-up-build-system.patch +++ b/sys-process/latencytop/files/latencytop-0.5-03-clean-up-build-system.patch @@ -7,12 +7,6 @@ Respect env build settings (compiler flags and tools) and install the man page for people. Signed-off-by: Mike Frysinger <vapier@gentoo.org> ---- - src/Makefile | 32 ++++++++++++++++++-------------- - 1 files changed, 18 insertions(+), 14 deletions(-) - -diff --git a/src/Makefile b/src/Makefile -index de24551..9a3cc05 100644 --- a/Makefile +++ b/Makefile @@ -3,14 +3,22 @@ HAS_GTK_GUI = 1 |