summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-11-24 13:57:01 +0100
committerPacho Ramos <pacho@gentoo.org>2023-11-24 13:57:01 +0100
commita3476fb6536d851d7a80ab638783150d61371103 (patch)
tree90aeaa61bf15bf0acb7b3684a6592390bc89b8ed
parentgames-board/openyahtzee: Port to wxGTK 3.2 (diff)
downloadgentoo-a3476fb6.tar.gz
gentoo-a3476fb6.tar.bz2
gentoo-a3476fb6.zip
games-board/openyahtzee: fix UnusedInherits
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--games-board/openyahtzee/openyahtzee-1.9.3-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/openyahtzee/openyahtzee-1.9.3-r2.ebuild b/games-board/openyahtzee/openyahtzee-1.9.3-r2.ebuild
index bdbe466b02da..9ded508d8921 100644
--- a/games-board/openyahtzee/openyahtzee-1.9.3-r2.ebuild
+++ b/games-board/openyahtzee/openyahtzee-1.9.3-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
WX_GTK_VER="3.2-gtk3"
-inherit flag-o-matic toolchain-funcs wxwidgets
+inherit flag-o-matic wxwidgets
DESCRIPTION="Full-featured wxWidgets version of the classic dice game Yahtzee"
HOMEPAGE="https://openyahtzee.sourceforge.net/"