summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-10 23:27:09 +0100
committerSam James <sam@gentoo.org>2022-07-10 23:27:09 +0100
commit92661db110f2a9edaa4a3559cd82f82e5528ab3a (patch)
tree166e00afaf0ad9276173b32fc5f5495a3153c73a /dev-libs
parentprofiles/base: mask sci-physics/bullet[tbb] (diff)
downloadgentoo-92661db110f2a9edaa4a3559cd82f82e5528ab3a.tar.gz
gentoo-92661db110f2a9edaa4a3559cd82f82e5528ab3a.tar.bz2
gentoo-92661db110f2a9edaa4a3559cd82f82e5528ab3a.zip
dev-libs/libfmt: Stabilize 8.0.1-r1 amd64, #857531
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libfmt/libfmt-8.0.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
index d9e236d2dace..461e163e6c17 100644
--- a/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
+++ b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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