commit: 37d98990941cff022d1090f48fddafe1188870e5 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Wed Aug 1 10:35:16 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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/"
