diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-28 14:09:13 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-28 16:22:25 +0000 |
commit | fcf420cef2b96b7e91fc46eba1e6387a1d908b83 (patch) | |
tree | 991cd784d5e7a877663cafb22345608f1a7cf101 /games-sports | |
parent | app-emulation/ski: block against games-sports/ski (diff) | |
download | gentoo-fcf420cef2b96b7e91fc46eba1e6387a1d908b83.tar.gz gentoo-fcf420cef2b96b7e91fc46eba1e6387a1d908b83.tar.bz2 gentoo-fcf420cef2b96b7e91fc46eba1e6387a1d908b83.zip |
games-sports/ski: block against app-emulation/ski
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/653110
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-sports')
-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 |