diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-01 05:56:24 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:32:59 +0200 |
commit | 53054c67cab87d9f7ee9184063bd1e45d830b2da (patch) | |
tree | ea27f06faeaf064ff892ace7127ba2a40fa8a10d /games-action/geki3-KXL | |
parent | games-action/geki2-KXL: eutils->desktop (diff) | |
download | gentoo-53054c67cab87d9f7ee9184063bd1e45d830b2da.tar.gz gentoo-53054c67cab87d9f7ee9184063bd1e45d830b2da.tar.bz2 gentoo-53054c67cab87d9f7ee9184063bd1e45d830b2da.zip |
games-action/geki3-KXL: 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
Diffstat (limited to 'games-action/geki3-KXL')
-rw-r--r-- | games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild b/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild index e4a7bf505b6d..5b1864c88bc7 100644 --- a/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild +++ b/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils user + +inherit autotools desktop user DESCRIPTION="2D length scroll shooting game" HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html" |