diff options
author | 2021-06-29 22:25:39 +0100 | |
---|---|---|
committer | 2021-06-29 22:25:39 +0100 | |
commit | 70a4fe5775bd45d4254d67689eca0a0adfad5c24 (patch) | |
tree | a5568a4563889bead824696b9bbda7b5c0f66a2f /dev-libs/libfmt | |
parent | dev-libs/libfmt: Stabilize 7.1.3 ppc, #798891 (diff) | |
download | gentoo-70a4fe5775bd45d4254d67689eca0a0adfad5c24.tar.gz gentoo-70a4fe5775bd45d4254d67689eca0a0adfad5c24.tar.bz2 gentoo-70a4fe5775bd45d4254d67689eca0a0adfad5c24.zip |
dev-libs/libfmt: Stabilize 7.1.3 ppc64, #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 | 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 6bd663126af3..da84550b5591 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 |