diff options
author | 2020-01-03 14:43:45 +0100 | |
---|---|---|
committer | 2020-01-03 14:43:45 +0100 | |
commit | 96c4f95c258860cbcc8b555c290ce776eb56af8d (patch) | |
tree | 92d37ef520df53b2efd1912026f3eb2a711864b8 /dev-libs/libfmt | |
parent | dev-libs/tinyxml: ppc64 stable wrt bug #704452 (diff) | |
download | gentoo-96c4f95c258860cbcc8b555c290ce776eb56af8d.tar.gz gentoo-96c4f95c258860cbcc8b555c290ce776eb56af8d.tar.bz2 gentoo-96c4f95c258860cbcc8b555c290ce776eb56af8d.zip |
dev-libs/libfmt: ppc64 stable wrt bug #704462
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r-- | dev-libs/libfmt/libfmt-6.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-6.1.2.ebuild b/dev-libs/libfmt/libfmt-6.1.2.ebuild index ee8541baba24..c070b42c3979 100644 --- a/dev-libs/libfmt/libfmt-6.1.2.ebuild +++ b/dev-libs/libfmt/libfmt-6.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 ppc ~ppc64 ~x86" + KEYWORDS="amd64 ppc ppc64 ~x86" S="${WORKDIR}/fmt-${PV}" fi |