mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
use epatch to apply patch
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=4
|
||||
EAPI=5
|
||||
inherit eutils games
|
||||
|
||||
DESCRIPTION="Falling-blocks arcade game with a 2-player hotseat mode"
|
||||
@@ -14,13 +14,16 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/libsdl"
|
||||
RDEPEND="${DEPEND}"
|
||||
DEPEND="media-libs/libsdl[video]"
|
||||
RDEPEND=${DEPEND}
|
||||
|
||||
# Removing error due to wrong detection of cross-compile mode
|
||||
PATCHES=( "${FILESDIR}/${P}"-config.patch )
|
||||
DOCS=( ChangeLog KNOWN_BUGS README TODO )
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}"-config.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
prepgamesdirs
|
||||
|
||||
Reference in New Issue
Block a user