diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-11-13 23:00:37 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-11-13 23:00:55 +0100 |
commit | 1502a99a9a7734316a5bfe1f8535af354a3f04f7 (patch) | |
tree | 979577842293ce9a78fe8057c1638ac61cbfb74c /app-misc/detox | |
parent | app-shells/hstr: clean up old. (diff) | |
download | gentoo-1502a99a9a7734316a5bfe1f8535af354a3f04f7.tar.gz gentoo-1502a99a9a7734316a5bfe1f8535af354a3f04f7.tar.bz2 gentoo-1502a99a9a7734316a5bfe1f8535af354a3f04f7.zip |
app-misc/detox: avoid collision with dev-python/detox.
Closes: https://bugs.gentoo.org/653416
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-misc/detox')
-rw-r--r-- | app-misc/detox/detox-1.2.0-r3.ebuild | 10 |
1 files 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 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" |