diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 20:09:57 -0500 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-08-27 22:23:01 +0100 |
commit | 8123f9a143bf86ed1c5cd7af4d58a1faa6caf74e (patch) | |
tree | c27bfc7a5a3d7b0878d45a6bb66738d5f2bb53f0 /games-arcade | |
parent | games-arcade/funnyboat: add explicit desktop inheritance (diff) | |
download | gentoo-8123f9a143bf86ed1c5cd7af4d58a1faa6caf74e.tar.gz gentoo-8123f9a143bf86ed1c5cd7af4d58a1faa6caf74e.tar.bz2 gentoo-8123f9a143bf86ed1c5cd7af4d58a1faa6caf74e.zip |
games-arcade/jvgs: eutils->desktop
Only has eutils for the implicit desktop inheritance for
make_desktop_entry and newicon.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/jvgs/jvgs-0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/jvgs/jvgs-0.5-r1.ebuild b/games-arcade/jvgs/jvgs-0.5-r1.ebuild index 779b57dd7400..45d527c885be 100644 --- a/games-arcade/jvgs/jvgs-0.5-r1.ebuild +++ b/games-arcade/jvgs/jvgs-0.5-r1.ebuild @@ -1,9 +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 cmake-utils eutils +inherit cmake-utils desktop DESCRIPTION="An open-source platform game with a sketched and minimalistic look" HOMEPAGE="http://jvgs.sourceforge.net/" |