diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-26 07:51:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-26 07:51:18 +0100 |
commit | fc6eacbe4239f7f357c66c226fc70ee1d74b4c40 (patch) | |
tree | 9305611a1e9f2b9390f04ea6b1ac97e994dcf71b /dev-libs/libfmt | |
parent | dev-cpp/nlohmann_json: stable 3.6.1-r1 for ppc64, bug #695498 (diff) | |
download | gentoo-fc6eacbe4239f7f357c66c226fc70ee1d74b4c40.tar.gz gentoo-fc6eacbe4239f7f357c66c226fc70ee1d74b4c40.tar.bz2 gentoo-fc6eacbe4239f7f357c66c226fc70ee1d74b4c40.zip |
dev-libs/libfmt: stable 5.3.0 for ppc64, bug #695498
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r-- | dev-libs/libfmt/libfmt-5.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-5.3.0.ebuild b/dev-libs/libfmt/libfmt-5.3.0.ebuild index ab74ecf3d642..4c49e01f573f 100644 --- a/dev-libs/libfmt/libfmt-5.3.0.ebuild +++ b/dev-libs/libfmt/libfmt-5.3.0.ebuild @@ -17,7 +17,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 ppc ~ppc64 x86" + KEYWORDS="amd64 ppc ppc64 x86" S="${WORKDIR}/fmt-${PV}" fi |