From: Marty E. Plummer Date: Thu, 2 Aug 2018 23:00:45 +0000 (-0500) Subject: games-action/snipes: eutils->desktop X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8c579d9ddd44581580b3490bfc4ed59d8a99d711;p=gentoo.git games-action/snipes: eutils->desktop Only has eutils for the implicit desktop inheritance for doicon and make_desktop_entry. Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- diff --git a/games-action/snipes/snipes-1.0.4-r1.ebuild b/games-action/snipes/snipes-1.0.4-r1.ebuild index 9d8e9a36c48b..666172514c64 100644 --- a/games-action/snipes/snipes-1.0.4-r1.ebuild +++ b/games-action/snipes/snipes-1.0.4-r1.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 toolchain-funcs eutils + +inherit desktop toolchain-funcs DESCRIPTION="2D scrolling shooter, resembles the old DOS game of same name" HOMEPAGE="https://cyp.github.com/snipes/"