commit: 4ed3babce036407e137f6037c9caceed27fd1214 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Oct 31 11:11:02 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 11:11:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed3babc
games-board/openyahtzee: [QA] Inherit flag-o-matic.eclass explicitly Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap <AT> gentoo.org> games-board/openyahtzee/openyahtzee-1.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-board/openyahtzee/openyahtzee-1.9.3.ebuild b/games-board/openyahtzee/openyahtzee-1.9.3.ebuild index 35b4ee304f5..def1007cccb 100644 --- a/games-board/openyahtzee/openyahtzee-1.9.3.ebuild +++ b/games-board/openyahtzee/openyahtzee-1.9.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 WX_GTK_VER="3.0" -inherit eutils wxwidgets toolchain-funcs versionator +inherit eutils flag-o-matic wxwidgets toolchain-funcs versionator DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee" HOMEPAGE="http://openyahtzee.sourceforge.net/"
