diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-01 04:54:51 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:32:55 +0200 |
commit | 1fc61b29aaa32e69ad513dbb682251716d27df4a (patch) | |
tree | 98e75b90ae886d1baeee3eb15c84ed52f35e5eeb /games-action/bzflag | |
parent | games-action/bomberclone: eutils->{desktop,vcs-clean}, prefix awareness (diff) | |
download | gentoo-1fc61b29aaa32e69ad513dbb682251716d27df4a.tar.gz gentoo-1fc61b29aaa32e69ad513dbb682251716d27df4a.tar.bz2 gentoo-1fc61b29aaa32e69ad513dbb682251716d27df4a.zip |
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/bzflag')
-rw-r--r-- | games-action/bzflag/bzflag-2.4.12.ebuild | 2 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-2.4.14.ebuild | 2 |
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 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/" |