From: Patrice Clement Date: Tue, 13 Nov 2018 22:00:37 +0000 (+0100) Subject: app-misc/detox: avoid collision with dev-python/detox. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1502a99a9a7734316a5bfe1f8535af354a3f04f7;p=gentoo.git app-misc/detox: avoid collision with dev-python/detox. Closes: https://bugs.gentoo.org/653416 Signed-off-by: Patrice Clement Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- diff --git a/app-misc/detox/detox-1.2.0-r3.ebuild b/app-misc/detox/detox-1.2.0-r3.ebuild index cbae89b41864..ec5d2e34a18c 100644 --- a/app-misc/detox/detox-1.2.0-r3.ebuild +++ b/app-misc/detox/detox-1.2.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,8 +18,12 @@ IUSE="" S="${WORKDIR}"/${MY_P} -RDEPEND="dev-libs/popt" -DEPEND="${RDEPEND} +RDEPEND=" + dev-libs/popt + !dev-python/detox" + +DEPEND=" + ${RDEPEND} sys-devel/flex sys-devel/bison"