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 33583138334 for ; Wed, 15 Aug 2018 10:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B6D2E0992; Wed, 15 Aug 2018 10:33:21 +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 02784E0992 for ; Wed, 15 Aug 2018 10:33:20 +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 EBA51335CD1 for ; Wed, 15 Aug 2018 10:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10D1F3AA for ; Wed, 15 Aug 2018 10:33:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1534329177.37d98990941cff022d1090f48fddafe1188870e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/extreme-tuxracer/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/extreme-tuxracer/extreme-tuxracer-0.7.4.ebuild X-VCS-Directories: games-action/extreme-tuxracer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 37d98990941cff022d1090f48fddafe1188870e5 X-VCS-Branch: master Date: Wed, 15 Aug 2018 10:33:17 +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-Archives-Salt: b8215dc8-51cf-4380-aa23-5a491b404301 X-Archives-Hash: 2899a263d3e37558307c0d4ca3809725 commit: 37d98990941cff022d1090f48fddafe1188870e5 Author: Marty E. Plummer startmail com> AuthorDate: Wed Aug 1 10:35:16 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 15 10:32:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d98990 games-action/extreme-tuxracer: eutils->desktop Only has eutils for the implicit desktop inheritance for doicon and newmenu. Package-Manager: Portage-2.3.44, Repoman-2.3.10 games-action/extreme-tuxracer/extreme-tuxracer-0.7.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.7.4.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.7.4.ebuild index f6ca77b5dc8..91aa7ac5cd6 100644 --- a/games-action/extreme-tuxracer/extreme-tuxracer-0.7.4.ebuild +++ b/games-action/extreme-tuxracer/extreme-tuxracer-0.7.4.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools gnome2-utils + +inherit autotools desktop gnome2-utils DESCRIPTION="High speed arctic racing game based on Tux Racer" HOMEPAGE="http://extremetuxracer.sourceforge.net/"