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 339F413835A for ; Sun, 4 Apr 2021 08:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F6CE0858; Sun, 4 Apr 2021 08:14:18 +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 6D4BFE0858 for ; Sun, 4 Apr 2021 08:14:18 +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 76032340A9F for ; Sun, 4 Apr 2021 08:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 810EB643 for ; Sun, 4 Apr 2021 08:14:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617523986.7ee59df73f1203327cf83e15036d61e533e543da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/bsd-games/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/bsd-games/bsd-games-2.17_p28.ebuild games-misc/bsd-games/bsd-games-3.1.ebuild X-VCS-Directories: games-misc/bsd-games/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ee59df73f1203327cf83e15036d61e533e543da X-VCS-Branch: master Date: Sun, 4 Apr 2021 08:14:14 +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: cdbeee1c-bdec-479d-b5e1-5fae32903ec7 X-Archives-Hash: 0646835ce3e5d62a1c49e8bf551307c5 commit: 7ee59df73f1203327cf83e15036d61e533e543da Author: Sam James gentoo org> AuthorDate: Sun Apr 4 08:12:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 08:13:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee59df7 games-misc/bsd-games: flag-o-matic-- Signed-off-by: Sam James gentoo.org> games-misc/bsd-games/bsd-games-2.17_p28.ebuild | 2 +- games-misc/bsd-games/bsd-games-3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-misc/bsd-games/bsd-games-2.17_p28.ebuild b/games-misc/bsd-games/bsd-games-2.17_p28.ebuild index 2ed12a52b33..4a8c2c3ed4f 100644 --- a/games-misc/bsd-games/bsd-games-2.17_p28.ebuild +++ b/games-misc/bsd-games/bsd-games-2.17_p28.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs flag-o-matic +inherit toolchain-funcs DEB_PATCH_VER=28 DESCRIPTION="Collection of games from NetBSD" diff --git a/games-misc/bsd-games/bsd-games-3.1.ebuild b/games-misc/bsd-games/bsd-games-3.1.ebuild index 9d1bc6d4120..26ecc3aaa89 100644 --- a/games-misc/bsd-games/bsd-games-3.1.ebuild +++ b/games-misc/bsd-games/bsd-games-3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs flag-o-matic +inherit toolchain-funcs DESCRIPTION="collection of games from NetBSD" HOMEPAGE="https://www.polyomino.org.uk/computer/software/bsd-games/"