diff options
author | 2021-06-13 06:00:00 +0000 | |
---|---|---|
committer | 2021-06-13 06:00:00 +0000 | |
commit | 85044448591f248fe697729e97fc9030d30cda4b (patch) | |
tree | ce844c86aeed3603402716ffe073f3638b4038b3 /dev-libs/libfmt | |
parent | dev-libs/libassuan: Stabilize 2.5.5 x86, #795498 (diff) | |
download | gentoo-85044448591f248fe697729e97fc9030d30cda4b.tar.gz gentoo-85044448591f248fe697729e97fc9030d30cda4b.tar.bz2 gentoo-85044448591f248fe697729e97fc9030d30cda4b.zip |
dev-libs/libfmt: Stabilize 7.1.2 x86, #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 441131c317cd..b0d5bc185f02 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 |