Skip to content

Commit

Permalink
games-strategy/freeorion: Add missing PYTHON_*
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 12, 2019
1 parent bd48342 commit 5c480f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"
SLOT="0"
IUSE=""

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
>=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
media-libs/freealut
Expand All @@ -37,11 +39,11 @@ RDEPEND="
sci-physics/bullet
sys-libs/zlib
virtual/opengl
${PYTHON_DEPS}
!dev-games/gigi"
# Use bundled gigi as of freeorion-0.4.3

DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig"

PATCHES=( "${FILESDIR}/${P}-backport-sdl2-include-dir-fix.patch" )
Expand Down
3 changes: 1 addition & 2 deletions games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ RDEPEND="
virtual/opengl
)
sys-libs/zlib
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
"
DEPEND="${RDEPEND}"

pkg_setup() {
# build system is using FindPythonLibs.cmake which needs python:2
Expand Down
3 changes: 1 addition & 2 deletions games-strategy/freeorion/freeorion-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ RDEPEND="
virtual/opengl
)
sys-libs/zlib
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
"
DEPEND="${RDEPEND}"

pkg_setup() {
# build system is using FindPythonLibs.cmake which needs python:2
Expand Down

0 comments on commit 5c480f1

Please sign in to comment.