mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-strategy/0ad: revbump to fix missing python DEPEND
Gentoo-Bug: 560542
This commit is contained in:
@@ -6,7 +6,10 @@ EAPI=5
|
||||
|
||||
WX_GTK_VER="2.8"
|
||||
|
||||
inherit eutils wxwidgets toolchain-funcs gnome2-utils games
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE="threads,ssl"
|
||||
|
||||
inherit eutils wxwidgets toolchain-funcs gnome2-utils python-any-r1 games
|
||||
|
||||
MY_P=0ad-${PV/_/-}
|
||||
DESCRIPTION="A free, real-time strategy game"
|
||||
@@ -41,11 +44,17 @@ RDEPEND="
|
||||
sound? ( media-libs/libvorbis
|
||||
media-libs/openal )"
|
||||
DEPEND="${RDEPEND}
|
||||
${PYTHON_DEPS}
|
||||
virtual/pkgconfig
|
||||
test? ( dev-lang/perl )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
pkg_setup() {
|
||||
games_pkg_setup
|
||||
python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-gentoo.patch
|
||||
}
|
||||
Reference in New Issue
Block a user