diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 20:25:42 -0500 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-08-27 22:23:02 +0100 |
commit | a11257d4e60457a09b8631986477004c77ab2732 (patch) | |
tree | cb061c7a2307c587b1d524a32b20b8ca70fb4492 /games-arcade | |
parent | games-arcade/retrobattle: add explicit desktop inheritance (diff) | |
download | gentoo-a11257d4e60457a09b8631986477004c77ab2732.tar.gz gentoo-a11257d4e60457a09b8631986477004c77ab2732.tar.bz2 gentoo-a11257d4e60457a09b8631986477004c77ab2732.zip |
games-arcade/solarwolf: add explicit desktop inheritance
eutils may not always inherit desktop.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.5-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild index dc3d846b8b7a..e47801d87ca2 100644 --- a/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild +++ b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils + +inherit desktop eutils DESCRIPTION="Action/arcade recreation of SolarFox" HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/" |