mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
use epatch to apply patch
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user