app-misc/detox: avoid collision with dev-python/detox.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 13 Nov 2018 22:00:37 +0000 (23:00 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 13 Nov 2018 22:00:55 +0000 (23:00 +0100)
Closes: https://bugs.gentoo.org/653416
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

app-misc/detox/detox-1.2.0-r3.ebuild

index cbae89b41864e52fcfc612b32bec39e0575c2891..ec5d2e34a18c40ce09779bceafa771a88c9c0842 100644 (file)
@@ -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"