commit:     1ba56adfb43c54bf83935548b6b900b0b2edc2c4
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 01:15:14 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 01:16:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba56adf

net-analyzer/netdata: make clean before compiling

Closes: https://bugs.gentoo.org/782856
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../netdata/{netdata-9999.ebuild => netdata-1.30.1-r1.ebuild}        | 5 +++++
 net-analyzer/netdata/netdata-9999.ebuild                             | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/net-analyzer/netdata/netdata-9999.ebuild 
b/net-analyzer/netdata/netdata-1.30.1-r1.ebuild
similarity index 98%
copy from net-analyzer/netdata/netdata-9999.ebuild
copy to net-analyzer/netdata/netdata-1.30.1-r1.ebuild
index a88849bd36d..64c8c68c5aa 100644
--- a/net-analyzer/netdata/netdata-9999.ebuild
+++ b/net-analyzer/netdata/netdata-1.30.1-r1.ebuild
@@ -111,6 +111,11 @@ src_configure() {
                $(use_with compression zlib)
 }
 
+src_compile() {
+       emake clean
+       default
+}
+
 src_install() {
        default
 

diff --git a/net-analyzer/netdata/netdata-9999.ebuild 
b/net-analyzer/netdata/netdata-9999.ebuild
index a88849bd36d..64c8c68c5aa 100644
--- a/net-analyzer/netdata/netdata-9999.ebuild
+++ b/net-analyzer/netdata/netdata-9999.ebuild
@@ -111,6 +111,11 @@ src_configure() {
                $(use_with compression zlib)
 }
 
+src_compile() {
+       emake clean
+       default
+}
+
 src_install() {
        default
 

Reply via email to