summaryrefslogtreecommitdiff
path: root/games-action
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-08-01 04:54:51 -0500
committerMichał Górny <mgorny@gentoo.org>2018-08-15 12:32:55 +0200
commit1fc61b29aaa32e69ad513dbb682251716d27df4a (patch)
tree98e75b90ae886d1baeee3eb15c84ed52f35e5eeb /games-action
parent41c34906e393f7b34e45f650911f6ab810e60b11 (diff)
downloadgentoo-1fc61b29aaa32e69ad513dbb682251716d27df4a.tar.gz
gentoo-1fc61b29aaa32e69ad513dbb682251716d27df4a.tar.xz
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
Diffstat (limited to 'games-action')
-rw-r--r--games-action/bzflag/bzflag-2.4.12.ebuild2
-rw-r--r--games-action/bzflag/bzflag-2.4.14.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games-action/bzflag/bzflag-2.4.12.ebuild b/games-action/bzflag/bzflag-2.4.12.ebuild
index 0f6e8a8722e..08d5a225478 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 290ef54d300..eaa3094992c 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/"