From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9EC7113835A for ; Sat, 31 Oct 2020 11:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD125E083E; Sat, 31 Oct 2020 11:12:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3DF9E083B for ; Sat, 31 Oct 2020 11:12:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 05927340CA7 for ; Sat, 31 Oct 2020 11:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 743A242E for ; Sat, 31 Oct 2020 11:11:57 +0000 (UTC) From: "David Seifert" 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" Message-ID: <1604142665.7c2aa5b9133d60406c13d524026582b9b8a75a43.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/flightgear/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/flightgear/flightgear-2020.1.2.ebuild games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: games-simulation/flightgear/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7c2aa5b9133d60406c13d524026582b9b8a75a43 X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:11:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43ad2209-a1b3-4387-84ce-995ed201cf3c X-Archives-Hash: 51ec739e0d8795e7e40ac88f082aa681 commit: 7c2aa5b9133d60406c13d524026582b9b8a75a43 Author: David Seifert gentoo org> AuthorDate: Sat Oct 31 11:11:05 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 31 11:11:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2aa5b9 games-simulation/flightgear: [QA] Inherit flag-o-matic.eclass explicitly Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> games-simulation/flightgear/flightgear-2020.1.2.ebuild | 2 +- games-simulation/flightgear/flightgear-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/flightgear/flightgear-2020.1.2.ebuild b/games-simulation/flightgear/flightgear-2020.1.2.ebuild index b8147e23d51..c472dcc0fa5 100644 --- a/games-simulation/flightgear/flightgear-2020.1.2.ebuild +++ b/games-simulation/flightgear/flightgear-2020.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake bash-completion-r1 toolchain-funcs +inherit cmake bash-completion-r1 flag-o-matic toolchain-funcs DESCRIPTION="Open Source Flight Simulator" HOMEPAGE="https://www.flightgear.org/" diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index 3e6caa57923..2eea53f95a8 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake bash-completion-r1 toolchain-funcs git-r3 +inherit cmake bash-completion-r1 flag-o-matic toolchain-funcs git-r3 DESCRIPTION="Open Source Flight Simulator" HOMEPAGE="https://www.flightgear.org/"