Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/openyahtzee/
Date: Sat, 31 Oct 2020 11:12:01
Message-Id: 1604142662.4ed3babce036407e137f6037c9caceed27fd1214.soap@gentoo
1 commit: 4ed3babce036407e137f6037c9caceed27fd1214
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:11:02 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:11:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed3babc
7
8 games-board/openyahtzee: [QA] Inherit flag-o-matic.eclass explicitly
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 games-board/openyahtzee/openyahtzee-1.9.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-board/openyahtzee/openyahtzee-1.9.3.ebuild b/games-board/openyahtzee/openyahtzee-1.9.3.ebuild
17 index 35b4ee304f5..def1007cccb 100644
18 --- a/games-board/openyahtzee/openyahtzee-1.9.3.ebuild
19 +++ b/games-board/openyahtzee/openyahtzee-1.9.3.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 WX_GTK_VER="3.0"
27 -inherit eutils wxwidgets toolchain-funcs versionator
28 +inherit eutils flag-o-matic wxwidgets toolchain-funcs versionator
29
30 DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee"
31 HOMEPAGE="http://openyahtzee.sourceforge.net/"