commit: 870d4145387e6cb5127b80740810fe0c412e63ad
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 22:16:40 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 22:16:40 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=870d4145
net-dns/ndjbdns: Add a blocker on net-dns/djbdns
Package-Manager: portage-2.2.27
net-dns/ndjbdns/ndjbdns-1.06.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-dns/ndjbdns/ndjbdns-1.06.ebuild
b/net-dns/ndjbdns/ndjbdns-1.06.ebuild
index 6ea78c0..406f8df 100644
--- a/net-dns/ndjbdns/ndjbdns-1.06.ebuild
+++ b/net-dns/ndjbdns/ndjbdns-1.06.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+RDEPEND="!!net-dns/djbdns"
+
src_prepare() {
sed -i -e '/^AM_CFLAGS/s|-g -O2 ||g' Makefile.am || die
sed -i -e 's#/rc.d##' etc/init.d/Makefile.in || die