diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 18:31:37 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:33:05 +0200 |
commit | d038fe8aa9d6ae1dd035bd6f731022cf65011d5c (patch) | |
tree | f5cd3fe0521f32ce58d88701e3cdc6df7912e87e /games-action | |
parent | games-action/trosh: add explicit desktop inheritance (diff) | |
download | gentoo-d038fe8aa9d6ae1dd035bd6f731022cf65011d5c.tar.gz gentoo-d038fe8aa9d6ae1dd035bd6f731022cf65011d5c.tar.bz2 gentoo-d038fe8aa9d6ae1dd035bd6f731022cf65011d5c.zip |
games-action/violetland: 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')
-rw-r--r-- | games-action/violetland/violetland-0.4.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/violetland/violetland-0.4.3-r1.ebuild b/games-action/violetland/violetland-0.4.3-r1.ebuild index d277b84a643c..ce501bb57419 100644 --- a/games-action/violetland/violetland-0.4.3-r1.ebuild +++ b/games-action/violetland/violetland-0.4.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils cmake-utils +inherit cmake-utils desktop DESCRIPTION="Help a girl named Violet in the struggle with hordes of monsters" HOMEPAGE="https://violetland.github.io/" |