commit: e3a15368c3b716fd3d5c8f0364813debb50adce1 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Aug 5 17:56:32 2025 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Aug 5 19:33:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a15368
sys-cluster/hubble: avoid warnings about pre-stripped binaries Closes: https://bugs.gentoo.org/960295 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> sys-cluster/hubble/hubble-0.10.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-cluster/hubble/hubble-0.10.0.ebuild b/sys-cluster/hubble/hubble-0.10.0.ebuild index c9c9ba326b12..ed19c9249f3b 100644 --- a/sys-cluster/hubble/hubble-0.10.0.ebuild +++ b/sys-cluster/hubble/hubble-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,6 +14,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" +QA_PRESTRIPPED=usr/bin/hubble + src_compile() { emake GIT_HASH=${GIT_HASH} }
