diff options
author | David Seifert <soap@gentoo.org> | 2019-06-15 21:30:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-06-15 21:31:28 +0200 |
commit | 5356f89dfab0972f398feb55169afb76401fc634 (patch) | |
tree | fd92b15f03b0062c8c3d1db6599fd7a8b860ae7c /games-board | |
parent | sys-devel/gcc: bump up to 2 patchset for 3.3.6 (diff) | |
download | gentoo-5356f89dfab0972f398feb55169afb76401fc634.tar.gz gentoo-5356f89dfab0972f398feb55169afb76401fc634.tar.bz2 gentoo-5356f89dfab0972f398feb55169afb76401fc634.zip |
games-board/pychess: Remove gnome2-utils inherit
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pychess/pychess-0.99.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |