games-arcade/notpacman: add explicit desktop inheritance
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 3 Aug 2018 01:13:56 +0000 (20:13 -0500)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 27 Aug 2018 21:23:01 +0000 (22:23 +0100)
eutils may not always inherit desktop.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

games-arcade/notpacman/notpacman-1.0.4-r1.ebuild

index d8e99a5e1408ea48bcd85349d8d935732cc358fd..f75edaea911873e7696b6b484516b6a0c56a799b 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils gnome2-utils
+
+inherit desktop eutils gnome2-utils
 
 DESCRIPTION="A mashup of \"Not\" and \"Pacman\""
 HOMEPAGE="http://stabyourself.net/notpacman/"