diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 21:52:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 21:52:52 +0000 |
commit | 92500d44b2a5519bc3da78419e0e6b64e75f9d8e (patch) | |
tree | c85ec1bd02db9813a17c9411d0c9caf904987eaa | |
parent | media-libs/libdmtx: Stabilize 0.7.5 amd64, #766737 (diff) | |
download | gentoo-92500d44b2a5519bc3da78419e0e6b64e75f9d8e.tar.gz gentoo-92500d44b2a5519bc3da78419e0e6b64e75f9d8e.tar.bz2 gentoo-92500d44b2a5519bc3da78419e0e6b64e75f9d8e.zip |
app-benchmarks/hyperfine: Stabilize 1.11.0 amd64, #766447
Signed-off-by: Sam James <sam@gentoo.org>
-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}" |