Skip to content

Commit

Permalink
use epatch to apply patch
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Nov 22, 2015
1 parent b47a771 commit 665e32b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=5
inherit flag-o-matic games
inherit eutils flag-o-matic games

DESCRIPTION="Console based chess interface"
HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
Expand All @@ -14,7 +14,9 @@ LICENSE="GPL-3"
SLOT="0"
IUSE=""

PATCHES=( "${FILESDIR}"/${P}-addbook.patch )
src_prepare() {
epatch "${FILESDIR}"/${P}-addbook.patch
}

src_configure() {
strip-flags # bug #199097
Expand Down

0 comments on commit 665e32b

Please sign in to comment.