mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
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 toolchain-funcs games
|
||||
|
||||
DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen"
|
||||
@@ -14,15 +14,14 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc ~sparc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/libsdl"
|
||||
RDEPEND="${DEPEND}"
|
||||
DEPEND="media-libs/libsdl[video]"
|
||||
RDEPEND=${DEPEND}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PV}-gentoo.patch
|
||||
sed -i "s:g++:$(tc-getCXX):" Makefile || die "sed failed"
|
||||
sed -i "s:g++:$(tc-getCXX):" Makefile || die
|
||||
sed -i \
|
||||
-e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c \
|
||||
|| die 'sed failed'
|
||||
-e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user