commit: 1cf711312205e8c701af1530ca302de96c1fe7d1
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 18:44:24 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 18:44:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf71131
sys-block/nbd: disable syslog when USE=debug #585086
sys-block/nbd/nbd-3.11.ebuild | 2 +-
sys-block/nbd/nbd-3.12.1.ebuild | 2 +-
sys-block/nbd/nbd-3.13.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-block/nbd/nbd-3.11.ebuild b/sys-block/nbd/nbd-3.11.ebuild
index dd13e25..c2a8fbe 100644
--- a/sys-block/nbd/nbd-3.11.ebuild
+++ b/sys-block/nbd/nbd-3.11.ebuild
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
src_configure() {
econf \
--enable-lfs \
- --enable-syslog \
+ $(use_enable !debug syslog) \
$(use_enable debug) \
$(use_enable zlib gznbd)
}
diff --git a/sys-block/nbd/nbd-3.12.1.ebuild b/sys-block/nbd/nbd-3.12.1.ebuild
index 9d504e4..0a5959c 100644
--- a/sys-block/nbd/nbd-3.12.1.ebuild
+++ b/sys-block/nbd/nbd-3.12.1.ebuild
@@ -27,7 +27,7 @@ src_prepare() {
src_configure() {
econf \
--enable-lfs \
- --enable-syslog \
+ $(use_enable !debug syslog) \
$(use_enable debug) \
$(use_enable zlib gznbd)
}
diff --git a/sys-block/nbd/nbd-3.13.ebuild b/sys-block/nbd/nbd-3.13.ebuild
index 0c9941d..8a6f5fc 100644
--- a/sys-block/nbd/nbd-3.13.ebuild
+++ b/sys-block/nbd/nbd-3.13.ebuild
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
src_configure() {
econf \
--enable-lfs \
- --enable-syslog \
+ $(use_enable !debug syslog) \
$(use_enable debug) \
$(use_enable zlib gznbd)
}