From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1218698-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E13813835A for <garchives@archives.gentoo.org>; Sat, 31 Oct 2020 11:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85A09E0823; Sat, 31 Oct 2020 11:11:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DADFE0823 for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 11:11:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FA76340CC0 for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 11:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29CC23FB for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 11:11:57 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1604142653.6353221dfca917fefbd52ff3568b853547130379.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfmt/libfmt-7.1.0.ebuild X-VCS-Directories: dev-libs/libfmt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6353221dfca917fefbd52ff3568b853547130379 X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:11:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72f54b87-5d81-465b-a0c0-90f74e6f6bb4 X-Archives-Hash: 437213172be40f4f0942177e7d2bd0dc commit: 6353221dfca917fefbd52ff3568b853547130379 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Oct 31 11:10:53 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 11:10:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6353221d dev-libs/libfmt: [QA] Inherit flag-o-matic.eclass explicitly Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-libs/libfmt/libfmt-7.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfmt/libfmt-7.1.0.ebuild b/dev-libs/libfmt/libfmt-7.1.0.ebuild index 5fcdb4fc939..95217ca8499 100644 --- a/dev-libs/libfmt/libfmt-7.1.0.ebuild +++ b/dev-libs/libfmt/libfmt-7.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_ECLASS=cmake -inherit cmake-multilib +inherit cmake-multilib flag-o-matic DESCRIPTION="Small, safe and fast formatting library" HOMEPAGE="https://github.com/fmtlib/fmt"