diff options
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnuchess/gnuchess-6.2.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-board/gnuchess/gnuchess-6.2.4.ebuild b/games-board/gnuchess/gnuchess-6.2.4.ebuild index f0896a35639c..762d8821e025 100644 --- a/games-board/gnuchess/gnuchess-6.2.4.ebuild +++ b/games-board/gnuchess/gnuchess-6.2.4.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -inherit eutils flag-o-matic +EAPI=6 + +inherit flag-o-matic DESCRIPTION="Console based chess interface" HOMEPAGE="https://www.gnu.org/software/chess/chess.html" |