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 7ACA2138334 for ; Wed, 15 Aug 2018 10:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F0CE09AD; Wed, 15 Aug 2018 10:33:23 +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 492F6E09AB for ; Wed, 15 Aug 2018 10:33:23 +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 3B485335CE6 for ; Wed, 15 Aug 2018 10:33:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20EB03B8 for ; Wed, 15 Aug 2018 10:33:18 +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: <1534329183.2509f831150f2f1fd6107730a70d98ede448e81c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/supertuxkart/supertuxkart-0.9.3.ebuild X-VCS-Directories: games-action/supertuxkart/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2509f831150f2f1fd6107730a70d98ede448e81c X-VCS-Branch: master Date: Wed, 15 Aug 2018 10:33:18 +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: 4fba2758-0b07-4e1f-af2e-f14817d58a77 X-Archives-Hash: c56495f08aaf7c4388c157a50a6edcfb commit: 2509f831150f2f1fd6107730a70d98ede448e81c Author: Marty E. Plummer startmail com> AuthorDate: Thu Aug 2 23:16:49 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 15 10:33:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2509f831 games-action/supertuxkart: eutils->desktop Only has eutils for the implicit desktop inheritance for doicon. Package-Manager: Portage-2.3.44, Repoman-2.3.10 games-action/supertuxkart/supertuxkart-0.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/supertuxkart/supertuxkart-0.9.3.ebuild b/games-action/supertuxkart/supertuxkart-0.9.3.ebuild index cfda52536ec..1e666dfcdc1 100644 --- a/games-action/supertuxkart/supertuxkart-0.9.3.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils eutils gnome2-utils +inherit cmake-utils desktop gnome2-utils DESCRIPTION="A kart racing game starring Tux, the linux penguin (TuxKart fork)" HOMEPAGE="https://supertuxkart.net/"