commit: 2509f831150f2f1fd6107730a70d98ede448e81c Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Thu Aug 2 23:16:49 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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/"
