summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2019-07-18 11:54:31 +0200
committerAgostino Sarubbo <ago@gentoo.org>2019-07-18 11:54:31 +0200
commitb8f4d413f87c5d69648b08ee1594b8092aa2dbe9 (patch)
tree2e9e9fbb126979aa295fc97dd70e8a438b08bb38 /dev-libs/libfmt
parentdev-libs/libebml: amd64 stable wrt bug #689692 (diff)
downloadgentoo-b8f4d413f87c5d69648b08ee1594b8092aa2dbe9.tar.gz
gentoo-b8f4d413f87c5d69648b08ee1594b8092aa2dbe9.tar.bz2
gentoo-b8f4d413f87c5d69648b08ee1594b8092aa2dbe9.zip
dev-libs/libfmt: amd64 stable wrt bug #689694
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r--dev-libs/libfmt/libfmt-5.3.0.ebuild2
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 5560b60dd4ab..15fe60ecee25 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