diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 18:00:45 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:33:02 +0200 |
commit | 8c579d9ddd44581580b3490bfc4ed59d8a99d711 (patch) | |
tree | d3af52245f4610479b4adfe378d085dfc95ffe64 /games-action/snipes | |
parent | games-action/shootingstar: eutils->desktop (diff) | |
download | gentoo-8c579d9ddd44581580b3490bfc4ed59d8a99d711.tar.gz gentoo-8c579d9ddd44581580b3490bfc4ed59d8a99d711.tar.bz2 gentoo-8c579d9ddd44581580b3490bfc4ed59d8a99d711.zip |
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
Diffstat (limited to 'games-action/snipes')
-rw-r--r-- | games-action/snipes/snipes-1.0.4-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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/" |