diff options
author | Sam James <sam@gentoo.org> | 2022-05-11 01:04:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-11 01:04:23 +0000 |
commit | 95fcc167ff63c3b30e018f7341f4fd2520e2a520 (patch) | |
tree | 6b936db302ea44adc49860fea8c3b430888b287f /dev-libs/libfmt | |
parent | dev-libs/spdlog: fix clone async test (diff) | |
download | gentoo-95fcc167ff63c3b30e018f7341f4fd2520e2a520.tar.gz gentoo-95fcc167ff63c3b30e018f7341f4fd2520e2a520.tar.bz2 gentoo-95fcc167ff63c3b30e018f7341f4fd2520e2a520.zip |
dev-libs/libfmt: Stabilize 8.1.1-r1 amd64, #835774
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r-- | dev-libs/libfmt/libfmt-8.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-8.1.1-r1.ebuild b/dev-libs/libfmt/libfmt-8.1.1-r1.ebuild index 1c6b0f4fa2dc..aa67135f43be 100644 --- a/dev-libs/libfmt/libfmt-8.1.1-r1.ebuild +++ b/dev-libs/libfmt/libfmt-8.1.1-r1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}/fmt-${PV}" fi |