diff options
Diffstat (limited to 'app-benchmarks/hyperfine/hyperfine-1.11.0.ebuild')
-rw-r--r-- | app-benchmarks/hyperfine/hyperfine-1.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/hyperfine/hyperfine-1.11.0.ebuild b/app-benchmarks/hyperfine/hyperfine-1.11.0.ebuild index b0346471163a..447cffcef9c6 100644 --- a/app-benchmarks/hyperfine/hyperfine-1.11.0.ebuild +++ b/app-benchmarks/hyperfine/hyperfine-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -89,7 +89,7 @@ SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 Boost-1.0 ISC MIT MPL-2.0 Unlicense" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="amd64 ~ppc64" QA_FLAGS_IGNORED="usr/bin/${PN}" |