From: David Seifert Date: Sat, 15 Jun 2019 19:30:57 +0000 (+0200) Subject: games-board/pychess: Remove gnome2-utils inherit X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5356f89dfab0972f398feb55169afb76401fc634;p=gentoo.git games-board/pychess: Remove gnome2-utils inherit Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: David Seifert --- diff --git a/games-board/pychess/pychess-0.99.4.ebuild b/games-board/pychess/pychess-0.99.4.ebuild index 8cdc9322315c..7c7be631cce4 100644 --- a/games-board/pychess/pychess-0.99.4.ebuild +++ b/games-board/pychess/pychess-0.99.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6} ) PYTHON_REQ_USE="sqlite" -inherit gnome2-utils xdg-utils distutils-r1 +inherit xdg-utils distutils-r1 DESCRIPTION="A chess client for Gnome" HOMEPAGE="http://pychess.org/"