diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 18:35:17 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:33:05 +0200 |
commit | 9542d023f529c45b8bfe6e30c38519afd4fff210 (patch) | |
tree | e60c1d3235b686c657c29d1b013d571b3fc155a2 /games-action/wordwarvi | |
parent | games-action/violetland: eutils->desktop (diff) | |
download | gentoo-9542d023f529c45b8bfe6e30c38519afd4fff210.tar.gz gentoo-9542d023f529c45b8bfe6e30c38519afd4fff210.tar.bz2 gentoo-9542d023f529c45b8bfe6e30c38519afd4fff210.zip |
games-action/wordwarvi: 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-action/wordwarvi')
-rw-r--r-- | games-action/wordwarvi/wordwarvi-1.00-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild index df7ee9102eb8..096c489f0c65 100644 --- a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild +++ b/games-action/wordwarvi/wordwarvi-1.00-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 eutils + +inherit desktop DESCRIPTION="A retro side-scrolling shoot'em up based on the editor war story" HOMEPAGE="http://wordwarvi.sourceforge.net" |