summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-08-17 09:01:12 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-08-17 09:01:12 +0200
commit5209447922ee27f1be0310d380e3c60648858e7f (patch)
treec1043d2ddc11af3c7b7bd0cafee6af4fffb6144a
parentnet-vpn/strongswan: amd64 stable wrt bug #736770 (diff)
downloadgentoo-52094479.tar.gz
gentoo-52094479.tar.bz2
gentoo-52094479.zip
dev-libs/libfmt: amd64 stable wrt bug #736784
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--dev-libs/libfmt/libfmt-7.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-7.0.3.ebuild b/dev-libs/libfmt/libfmt-7.0.3.ebuild
index a0a1b4c9a888..1330448959b5 100644
--- a/dev-libs/libfmt/libfmt-7.0.3.ebuild
+++ b/dev-libs/libfmt/libfmt-7.0.3.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 arm arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/fmt-${PV}"
fi