diff options
Diffstat (limited to 'games-sports/ski/ski-6.9-r1.ebuild')
-rw-r--r-- | games-sports/ski/ski-6.9-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild index e61049424ece..a18d0d0158cf 100644 --- a/games-sports/ski/ski-6.9-r1.ebuild +++ b/games-sports/ski/ski-6.9-r1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python2_7 ) + inherit eutils python-single-r1 DESCRIPTION="A simple text-mode skiing game" @@ -13,13 +15,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="" -RDEPEND="" - -pkg_setup() { - python-single-r1_pkg_setup -} +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" src_install() { dobin ski |