summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-03 06:21:52 +0000
committerSam James <sam@gentoo.org>2023-01-03 06:22:46 +0000
commitc885e0574b0adfdda15fbf40f8fd8bbee68a7cbd (patch)
treec14c02d0f56094a16e64bcd4550f6d75617e4273 /dev-libs/libfmt
parentsys-apps/util-linux: Stabilize 2.38.1 amd64, #888447 (diff)
downloadgentoo-c885e0574b0adfdda15fbf40f8fd8bbee68a7cbd.tar.gz
gentoo-c885e0574b0adfdda15fbf40f8fd8bbee68a7cbd.tar.bz2
gentoo-c885e0574b0adfdda15fbf40f8fd8bbee68a7cbd.zip
dev-libs/libfmt: Stabilize 9.1.0-r1 amd64, #887027
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r--dev-libs/libfmt/libfmt-9.1.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libfmt/libfmt-9.1.0-r1.ebuild b/dev-libs/libfmt/libfmt-9.1.0-r1.ebuild
index 51a4c0eb783b..0f755c68e828 100644
--- a/dev-libs/libfmt/libfmt-9.1.0-r1.ebuild
+++ b/dev-libs/libfmt/libfmt-9.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,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