commit: fcf420cef2b96b7e91fc46eba1e6387a1d908b83 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Dec 28 14:09:13 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Dec 28 16:22:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf420ce
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 <AT> gentoo.org> games-sports/ski/ski-6.9-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild index e817d5cc360..cc6f6bd7884 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
