diff options
author | Sam James <sam@gentoo.org> | 2021-06-29 22:24:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-29 22:24:03 +0100 |
commit | 8c0d73942109408c9f92fff5ce6d718e1db67a63 (patch) | |
tree | c2593bf19d608bda7c42bc0bb048c5dac9216146 /dev-libs/libfmt | |
parent | sys-firmware/vgabios: Stabilize 0.7a-r1 amd64, #798861 (diff) | |
download | gentoo-8c0d73942109408c9f92fff5ce6d718e1db67a63.tar.gz gentoo-8c0d73942109408c9f92fff5ce6d718e1db67a63.tar.bz2 gentoo-8c0d73942109408c9f92fff5ce6d718e1db67a63.zip |
dev-libs/libfmt: Stabilize 7.1.3 amd64, #798891
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r-- | dev-libs/libfmt/libfmt-7.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libfmt/libfmt-7.1.3.ebuild b/dev-libs/libfmt/libfmt-7.1.3.ebuild index 376757b05ade..570add983e84 100644 --- a/dev-libs/libfmt/libfmt-7.1.3.ebuild +++ b/dev-libs/libfmt/libfmt-7.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/fmt-${PV}" fi |