diff options
-rw-r--r-- | games-sports/ski/ski-6.9-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild index e817d5cc3607..cc6f6bd78848 100644 --- a/games-sports/ski/ski-6.9-r1.ebuild +++ b/games-sports/ski/ski-6.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,6 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND}" +# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110 +RDEPEND="${RDEPEND} !!games-sports/ski" + src_install() { dobin ski dodoc NEWS README |