commit:     1502a99a9a7734316a5bfe1f8535af354a3f04f7
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 22:00:37 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 22:00:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1502a99a

app-misc/detox: avoid collision with dev-python/detox.

Closes: https://bugs.gentoo.org/653416
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-misc/detox/detox-1.2.0-r3.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-misc/detox/detox-1.2.0-r3.ebuild 
b/app-misc/detox/detox-1.2.0-r3.ebuild
index cbae89b4186..ec5d2e34a18 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"
 

Reply via email to