diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-12 15:36:57 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-12 15:37:08 -0500 |
commit | cd22983691f12c91237ab65b48b52f5d0850cdcd (patch) | |
tree | eee725e88ec66fd62f18dfdce4c48fb56f29fa9e /sys-apps | |
parent | 808831653eca0c123b1a09c7940676ec2dc4030f (diff) | |
download | gentoo-cd22983691f12c91237ab65b48b52f5d0850cdcd.tar.gz gentoo-cd22983691f12c91237ab65b48b52f5d0850cdcd.tar.xz |
sys-apps/ucspi-unix: block mk-livestatus over unixcat collision #480546
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild b/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild index efffd416b85..f25f1e417ad 100644 --- a/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild +++ b/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild @@ -17,6 +17,8 @@ IUSE="" # We statically link bglibs. DEPEND=">=dev-libs/bglibs-1.106" +# Block other unixcat installers. #480546 +RDEPEND="!net-analyzer/mk-livestatus" src_prepare() { epatch "${FILESDIR}"/${PN}-gentoo-head.patch |