diff options
author | Sam James <sam@gentoo.org> | 2021-06-12 15:41:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-12 15:41:38 +0000 |
commit | 18f10d9b05c44de170a85aeb0282434127cee685 (patch) | |
tree | 5a2a4da9563465bd4e04cceb72710de12a1c2d14 /dev-libs/libfmt | |
parent | dev-libs/elfutils: Stabilize 0.184 arm, #795558 (diff) | |
download | gentoo-18f10d9b05c44de170a85aeb0282434127cee685.tar.gz gentoo-18f10d9b05c44de170a85aeb0282434127cee685.tar.bz2 gentoo-18f10d9b05c44de170a85aeb0282434127cee685.zip |
dev-libs/libfmt: Stabilize 7.1.2 arm, #795552
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r-- | dev-libs/libfmt/libfmt-7.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-7.1.2.ebuild b/dev-libs/libfmt/libfmt-7.1.2.ebuild index c39f3fdef22a..20a96446c56f 100644 --- a/dev-libs/libfmt/libfmt-7.1.2.ebuild +++ b/dev-libs/libfmt/libfmt-7.1.2.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 |