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 958121382C5 for ; Wed, 3 Jun 2020 20:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B80EFE0976; Wed, 3 Jun 2020 20:16:58 +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 9ACFEE0976 for ; Wed, 3 Jun 2020 20:16:58 +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 7625934F0B0 for ; Wed, 3 Jun 2020 20:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC45B26D for ; Wed, 3 Jun 2020 20:16:54 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1591215400.101a9aa9115ffb09b35a8b7d426499bb6ea00ce1.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.14.11.ebuild games-strategy/wesnoth/wesnoth-1.14.9.ebuild games-strategy/wesnoth/wesnoth-1.15.3.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 101a9aa9115ffb09b35a8b7d426499bb6ea00ce1 X-VCS-Branch: master Date: Wed, 3 Jun 2020 20:16:54 +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: 21dab3c0-dc92-460c-82eb-7e0e44a97983 X-Archives-Hash: 5717c11a7552f6060732178e853c5220 commit: 101a9aa9115ffb09b35a8b7d426499bb6ea00ce1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 21 10:58:43 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Jun 3 20:16:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101a9aa9 games-strategy/wesnoth: add missing flag-o-matic inherit Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15902 Signed-off-by: James Le Cuirot gentoo.org> games-strategy/wesnoth/wesnoth-1.14.11.ebuild | 2 +- games-strategy/wesnoth/wesnoth-1.14.9.ebuild | 2 +- games-strategy/wesnoth/wesnoth-1.15.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-strategy/wesnoth/wesnoth-1.14.11.ebuild b/games-strategy/wesnoth/wesnoth-1.14.11.ebuild index f11fafb5b6d..407e3840468 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.11.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake toolchain-funcs xdg +inherit cmake flag-o-matic toolchain-funcs xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org diff --git a/games-strategy/wesnoth/wesnoth-1.14.9.ebuild b/games-strategy/wesnoth/wesnoth-1.14.9.ebuild index 6f718f0b23e..dd0a982c833 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.9.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake toolchain-funcs user xdg +inherit cmake flag-o-matic toolchain-funcs user xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org diff --git a/games-strategy/wesnoth/wesnoth-1.15.3.ebuild b/games-strategy/wesnoth/wesnoth-1.15.3.ebuild index f11fafb5b6d..407e3840468 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.3.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake toolchain-funcs xdg +inherit cmake flag-o-matic toolchain-funcs xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org