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 A02061382C5 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 62DA1E0833; Mon, 12 Apr 2021 02:31:10 +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 49A39E0833 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 9A63C340B37 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 CA991631 for ; Mon, 12 Apr 2021 02:31:06 +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: <1618194642.a922e3c91b356f615a9a5f437a2a0e9ef6314f18.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/trigger/trigger-0.6.1-r1.ebuild X-VCS-Directories: games-sports/trigger/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a922e3c91b356f615a9a5f437a2a0e9ef6314f18 X-VCS-Branch: master Date: Mon, 12 Apr 2021 02:31:06 +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: 5ab87f05-346b-4c0a-ac3d-78caa0414d4c X-Archives-Hash: 9ad0fd7a0bb79e9bd9f026a45fc84d34 commit: a922e3c91b356f615a9a5f437a2a0e9ef6314f18 Author: Sam James gentoo org> AuthorDate: Mon Apr 12 01:36:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 02:30:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a922e3c9 games-sports/trigger: eutils->desktop Signed-off-by: Sam James gentoo.org> games-sports/trigger/trigger-0.6.1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-sports/trigger/trigger-0.6.1-r1.ebuild b/games-sports/trigger/trigger-0.6.1-r1.ebuild index 7cd4dd0382f..71a5f7d7bfd 100644 --- a/games-sports/trigger/trigger-0.6.1-r1.ebuild +++ b/games-sports/trigger/trigger-0.6.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs + +inherit desktop toolchain-funcs MY_PN=${PN}-rally MY_P=${MY_PN}-${PV}