From: Marty E. Plummer Date: Wed, 1 Aug 2018 09:54:51 +0000 (-0500) Subject: games-action/bzflag: eutils->{desktop,ltprune} X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1fc61b29aaa32e69ad513dbb682251716d27df4a;p=gentoo.git games-action/bzflag: eutils->{desktop,ltprune} Only has eutils for the implicit desktop and ltprune inheritance. desktop is used for doicon and make_desktop_entry. ltprune is used for prune_libtool_files. Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- diff --git a/games-action/bzflag/bzflag-2.4.12.ebuild b/games-action/bzflag/bzflag-2.4.12.ebuild index 0f6e8a8722e5..08d5a2254786 100644 --- a/games-action/bzflag/bzflag-2.4.12.ebuild +++ b/games-action/bzflag/bzflag-2.4.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils flag-o-matic autotools +inherit autotools desktop flag-o-matic ltprune DESCRIPTION="3D tank combat simulator game" HOMEPAGE="https://www.bzflag.org/" diff --git a/games-action/bzflag/bzflag-2.4.14.ebuild b/games-action/bzflag/bzflag-2.4.14.ebuild index 290ef54d300a..eaa3094992ca 100644 --- a/games-action/bzflag/bzflag-2.4.14.ebuild +++ b/games-action/bzflag/bzflag-2.4.14.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils flag-o-matic autotools +inherit autotools desktop flag-o-matic ltprune DESCRIPTION="3D tank combat simulator game" HOMEPAGE="https://www.bzflag.org/"