summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-01-03 11:06:19 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-01-03 11:06:19 +0100
commitf9f660c4a2c805155c4db3f19310c3a6e3361ff3 (patch)
tree2ff7d50d2e2bd3e5454fff0521bd35563d75464a /dev-libs/libfmt
parentdev-libs/tinyxml: amd64 stable wrt bug #704452 (diff)
downloadgentoo-f9f660c4a2c805155c4db3f19310c3a6e3361ff3.tar.gz
gentoo-f9f660c4a2c805155c4db3f19310c3a6e3361ff3.tar.bz2
gentoo-f9f660c4a2c805155c4db3f19310c3a6e3361ff3.zip
dev-libs/libfmt: amd64 stable wrt bug #704462
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r--dev-libs/libfmt/libfmt-6.1.2.ebuild2
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 78c2d74959bb..8c996d23ca92 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