diff options
author | Sam James <sam@gentoo.org> | 2021-07-05 23:34:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 23:34:38 +0100 |
commit | 7fe587f3685f102404050abeb47c727d3f5a97a1 (patch) | |
tree | efafd65885a03b173785cf271a15eb571c2d487d | |
parent | www-client/links: Stabilize 2.23 arm, #798720 (diff) | |
download | gentoo-7fe587f3685f102404050abeb47c727d3f5a97a1.tar.gz gentoo-7fe587f3685f102404050abeb47c727d3f5a97a1.tar.bz2 gentoo-7fe587f3685f102404050abeb47c727d3f5a97a1.zip |
dev-libs/libfmt: Stabilize 7.1.3 arm, #798891
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libfmt/libfmt-7.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-7.1.3.ebuild b/dev-libs/libfmt/libfmt-7.1.3.ebuild index da84550b5591..c307ccb4ff76 100644 --- a/dev-libs/libfmt/libfmt-7.1.3.ebuild +++ b/dev-libs/libfmt/libfmt-7.1.3.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 x86" + KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" S="${WORKDIR}/fmt-${PV}" fi |