From: "Dennis Schridde" <devurandom@gmx.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/nss-mdns/
Date: Sun, 13 Feb 2011 14:02:16 +0000 (UTC) [thread overview]
Message-ID: <52207dc8cfb15d6c0e362aa5b1a9f20ed6233db1.devurandom@gentoo> (raw)
commit: 52207dc8cfb15d6c0e362aa5b1a9f20ed6233db1
Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Sun Feb 13 14:01:34 2011 +0000
Commit: Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Sun Feb 13 14:01:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=52207dc8
[sys-auth/nss-mdns-0.10] Block net-misc/mDNSResponder to prevent file collision
Also: Minor cleanup of src_configure
Bug: 256574
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 50ED256E)
---
sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild b/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild
index 97335fe..8df5212 100644
--- a/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild
+++ b/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild
@@ -15,8 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
IUSE="+search-domains"
-DEPEND="net-dns/avahi"
-RDEPEND="${DEPEND}"
+DEPEND="!net-misc/mDNSResponder"
+RDEPEND="${DEPEND}
+ net-dns/avahi"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.8-avahi-socket-r1.patch
@@ -25,7 +26,11 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable search-domains) --enable-avahi || die "configure failed"
+ econf \
+ --enable-avahi \
+ --disable-legacy \
+ $(use_enable search-domains) \
+ || die "configure failed"
}
src_compile() {
next reply other threads:[~2011-02-13 14:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-13 14:02 Dennis Schridde [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-03-25 13:12 [gentoo-commits] proj/kde:master commit in: sys-auth/nss-mdns/ Dennis Schridde
2011-02-13 14:02 Dennis Schridde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52207dc8cfb15d6c0e362aa5b1a9f20ed6233db1.devurandom@gentoo \
--to=devurandom@gmx.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox