summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-11-17 22:18:53 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-11-17 22:33:39 +0100
commit9719ee59a0a7f6f7b0a04d4e8891519887e6f501 (patch)
tree8eeb2ac54358db0f729f6ab2d7c75a7f552a9ca9 /dev-libs/libfmt/libfmt-5.2.0.ebuild
parentkde-misc/latte-dock: x86 stable (bug #671364) (diff)
downloadgentoo-9719ee59a0a7f6f7b0a04d4e8891519887e6f501.tar.gz
gentoo-9719ee59a0a7f6f7b0a04d4e8891519887e6f501.tar.bz2
gentoo-9719ee59a0a7f6f7b0a04d4e8891519887e6f501.zip
dev-libs/libfmt: x86 stable (bug #667198)
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt/libfmt-5.2.0.ebuild')
-rw-r--r--dev-libs/libfmt/libfmt-5.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libfmt/libfmt-5.2.0.ebuild b/dev-libs/libfmt/libfmt-5.2.0.ebuild
index 932e58c0ce52..ca59fede2eff 100644
--- a/dev-libs/libfmt/libfmt-5.2.0.ebuild
+++ b/dev-libs/libfmt/libfmt-5.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -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 ~x86"
+ KEYWORDS="~amd64 x86"
S="${WORKDIR}/fmt-${PV}"
fi