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/nottetris2/
Date: Mon, 27 Aug 2018 21:23:39
Message-Id: 1535404981.bd7ea30082f261bde7ba5e94a647b00ba5828e1b.chewi@gentoo
1 commit: bd7ea30082f261bde7ba5e94a647b00ba5828e1b
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Aug 3 01:15:21 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=bd7ea300
7
8 games-arcade/nottetris2: 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/nottetris2/nottetris2-1-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/games-arcade/nottetris2/nottetris2-1-r1.ebuild b/games-arcade/nottetris2/nottetris2-1-r1.ebuild
18 index 47c906bb7ce..39fbc31006b 100644
19 --- a/games-arcade/nottetris2/nottetris2-1-r1.ebuild
20 +++ b/games-arcade/nottetris2/nottetris2-1-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
26 +
27 +inherit desktop eutils
28
29 DESCRIPTION="The spiritual successor of the classic Tetris mixed with physics"
30 HOMEPAGE="http://stabyourself.net/nottetris2/"