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/funnyboat/
Date: Mon, 27 Aug 2018 21:23:39
Message-Id: 1535404981.393a3b24a2b1bfc2c4a4c88fe18cd69910c87f47.chewi@gentoo
1 commit: 393a3b24a2b1bfc2c4a4c88fe18cd69910c87f47
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Aug 3 01:06:36 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=393a3b24
7
8 games-arcade/funnyboat: 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 Closes: https://github.com/gentoo/gentoo/pull/9428
14
15 games-arcade/funnyboat/funnyboat-1.5-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
19 index 64866dc95d9..64ede96e6e3 100644
20 --- a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
21 +++ b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=6
24 PYTHON_COMPAT=( python2_7 )
25
26 -inherit eutils gnome2-utils python-single-r1
27 +inherit desktop eutils gnome2-utils python-single-r1
28
29 DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
30 HOMEPAGE="http://funnyboat.sourceforge.net/"