From fcf420cef2b96b7e91fc46eba1e6387a1d908b83 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 28 Dec 2019 14:09:13 +0000 Subject: [PATCH] games-sports/ski: block against app-emulation/ski MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- 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 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 -- 2.26.2