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 2413C1382C5 for ; Mon, 12 Apr 2021 02:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F117E0831; Mon, 12 Apr 2021 02:31:10 +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 168EBE0831 for ; Mon, 12 Apr 2021 02:31:10 +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 CECD3340C19 for ; Mon, 12 Apr 2021 02:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BA9464B for ; Mon, 12 Apr 2021 02:31:07 +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: <1618194647.29c86e0213787b219988ac7fb891c6d6d0fc7d34.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/colobot/colobot-0.1.12.ebuild games-strategy/colobot/colobot-9999.ebuild X-VCS-Directories: games-strategy/colobot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29c86e0213787b219988ac7fb891c6d6d0fc7d34 X-VCS-Branch: master Date: Mon, 12 Apr 2021 02:31:07 +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: 565430dd-3901-4c4e-b150-b02b0cee1552 X-Archives-Hash: b26973b5dd69fe9925aa582f1841d3d1 commit: 29c86e0213787b219988ac7fb891c6d6d0fc7d34 Author: Sam James gentoo org> AuthorDate: Mon Apr 12 01:38:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 02:30:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c86e02 games-strategy/colobot: desktop-- Signed-off-by: Sam James gentoo.org> games-strategy/colobot/colobot-0.1.12.ebuild | 4 ++-- games-strategy/colobot/colobot-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-strategy/colobot/colobot-0.1.12.ebuild b/games-strategy/colobot/colobot-0.1.12.ebuild index d44fe267282..56e82f5815b 100644 --- a/games-strategy/colobot/colobot-0.1.12.ebuild +++ b/games-strategy/colobot/colobot-0.1.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake desktop xdg-utils +inherit cmake xdg-utils DESCRIPTION="A real-time strategy game, where you can program your bots" HOMEPAGE="https://colobot.info/" diff --git a/games-strategy/colobot/colobot-9999.ebuild b/games-strategy/colobot/colobot-9999.ebuild index 441ad6386dc..c70b50c9fba 100644 --- a/games-strategy/colobot/colobot-9999.ebuild +++ b/games-strategy/colobot/colobot-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake desktop git-r3 xdg-utils +inherit cmake git-r3 xdg-utils DESCRIPTION="A real-time strategy game, where you can program your bots" HOMEPAGE="https://colobot.info/"