Skip to content

Commit

Permalink
games-strategy/freeorion: Switch to python-single-r1 from python-any-r1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
NP-Hardass committed Dec 8, 2017
1 parent bd96582 commit cdc9faa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=6

PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-any-r1 gnome2-utils
inherit cmake-utils python-single-r1 gnome2-utils

DESCRIPTION="A free turn-based space empire and galactic conquest game"
HOMEPAGE="http://www.freeorion.org"
Expand All @@ -24,7 +24,7 @@ SLOT="0"
IUSE=""

RDEPEND="
>=dev-libs/boost-1.56:=[python,threads]
>=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
media-libs/freealut
media-libs/freetype
media-libs/glew:*
Expand All @@ -46,7 +46,7 @@ DEPEND="${RDEPEND}

pkg_setup() {
# build system is using FindPythonLibs.cmake which needs python:2
python-any-r1_pkg_setup
python-single-r1_pkg_setup
}

src_prepare() {
Expand Down
6 changes: 3 additions & 3 deletions games-strategy/freeorion/freeorion-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=6

PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-any-r1 gnome2-utils
inherit cmake-utils python-single-r1 gnome2-utils

DESCRIPTION="A free turn-based space empire and galactic conquest game"
HOMEPAGE="http://www.freeorion.org"
Expand All @@ -24,7 +24,7 @@ SLOT="0"
IUSE=""

RDEPEND="
>=dev-libs/boost-1.56:=[python,threads]
>=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
media-libs/freealut
media-libs/freetype
media-libs/glew:*
Expand All @@ -46,7 +46,7 @@ DEPEND="${RDEPEND}

pkg_setup() {
# build system is using FindPythonLibs.cmake which needs python:2
python-any-r1_pkg_setup
python-single-r1_pkg_setup
}

src_prepare() {
Expand Down

0 comments on commit cdc9faa

Please sign in to comment.