From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 06DC458973 for ; Thu, 4 Feb 2016 22:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC4B21C005; Thu, 4 Feb 2016 22:47:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BE8D21C005 for ; Thu, 4 Feb 2016 22:47:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5761340AA9 for ; Thu, 4 Feb 2016 22:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 634058E1 for ; Thu, 4 Feb 2016 22:47:27 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1454626037.5ec20f57d7a37cf048b680b83cab534d596f5b7a.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: net-dns/ndjbdns/ X-VCS-Repository: dev/mrueg X-VCS-Files: net-dns/ndjbdns/ndjbdns-1.06.ebuild X-VCS-Directories: net-dns/ndjbdns/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 5ec20f57d7a37cf048b680b83cab534d596f5b7a X-VCS-Branch: master Date: Thu, 4 Feb 2016 22:47:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c36b2460-b45a-4b06-b72b-97ec3415acfa X-Archives-Hash: 555ad6f71a6e2fe8674ca1c9049b76bd commit: 5ec20f57d7a37cf048b680b83cab534d596f5b7a Author: Manuel Rüger gentoo org> AuthorDate: Thu Feb 4 22:47:17 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Feb 4 22:47:17 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5ec20f57 net-dns/ndjbdns: Add blocker on sys-apps/ucspi-tcp Package-Manager: portage-2.2.27 net-dns/ndjbdns/ndjbdns-1.06.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-dns/ndjbdns/ndjbdns-1.06.ebuild b/net-dns/ndjbdns/ndjbdns-1.06.ebuild index 406f8df..f016d07 100644 --- a/net-dns/ndjbdns/ndjbdns-1.06.ebuild +++ b/net-dns/ndjbdns/ndjbdns-1.06.ebuild @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="!!net-dns/djbdns" +RDEPEND="!!net-dns/djbdns + !!sys-apps/ucspi-tcp" src_prepare() { sed -i -e '/^AM_CFLAGS/s|-g -O2 ||g' Makefile.am || die