commit: f03a1848c242e7686b9aa2b80d2600ea3708d92d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 06:27:38 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 06:27:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03a1848
dev-libs/libfmt: amd64 stable wrt bug #795552
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-libs/libfmt/libfmt-7.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfmt/libfmt-7.1.2.ebuild
b/dev-libs/libfmt/libfmt-7.1.2.ebuild
index b0d5bc185f0..155509d07ed 100644
--- a/dev-libs/libfmt/libfmt-7.1.2.ebuild
+++ b/dev-libs/libfmt/libfmt-7.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 arm arm64 ppc ppc64 x86"
+ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
S="${WORKDIR}/fmt-${PV}"
fi