diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-01-01 18:45:53 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-02 07:37:23 +0000 |
commit | 19cc4aea0c216d78771c2f8db7f3f4c6d928d7cd (patch) | |
tree | 7ce12f676190f1258b746708dcd15c040bdfde25 /dev-libs/libfmt | |
parent | games-simulation/openrct2: Keyword 0.4.7 ppc64, #906100 (diff) | |
download | gentoo-19cc4aea0c216d78771c2f8db7f3f4c6d928d7cd.tar.gz gentoo-19cc4aea0c216d78771c2f8db7f3f4c6d928d7cd.tar.bz2 gentoo-19cc4aea0c216d78771c2f8db7f3f4c6d928d7cd.zip |
dev-libs/libfmt: Stabilize 9.1.0-r1 sparc, #915626
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
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.ebuild | 4 |
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 736a4a35c2e9..aa7386b28a68 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-2023 Gentoo Authors +# Copyright 1999-2024 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="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" S="${WORKDIR}/fmt-${PV}" fi |