From: Marty E. Plummer Date: Fri, 3 Aug 2018 01:13:56 +0000 (-0500) Subject: games-arcade/notpacman: add explicit desktop inheritance X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fe73a4f1df1279870a0534c2d5be1c240b9c43a;p=gentoo.git games-arcade/notpacman: add explicit desktop inheritance eutils may not always inherit desktop. Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index d8e99a5e1408..f75edaea9118 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -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/"