Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/
Date: Mon, 27 Aug 2018 21:23:40
Message-Id: 1535404981.3fe73a4f1df1279870a0534c2d5be1c240b9c43a.chewi@gentoo
1 commit: 3fe73a4f1df1279870a0534c2d5be1c240b9c43a
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Aug 3 01:13:56 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 27 21:23:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe73a4f
7
8 games-arcade/notpacman: add explicit desktop inheritance
9
10 eutils may not always inherit desktop.
11
12 Package-Manager: Portage-2.3.44, Repoman-2.3.10
13
14 games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild
18 index d8e99a5e140..f75edaea911 100644
19 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild
20 +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild
21 @@ -2,7 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -inherit eutils gnome2-utils
26 +
27 +inherit desktop eutils gnome2-utils
28
29 DESCRIPTION="A mashup of \"Not\" and \"Pacman\""
30 HOMEPAGE="http://stabyourself.net/notpacman/"