projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b34492
)
app-admin/sysklogd: Do not build/install logger binary + man page
author
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 18 Nov 2019 15:13:50 +0000
(16:13 +0100)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 18 Nov 2019 15:14:01 +0000
(16:14 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-admin/sysklogd/sysklogd-2.0.ebuild
patch
|
blob
|
history
diff --git
a/app-admin/sysklogd/sysklogd-2.0.ebuild
b/app-admin/sysklogd/sysklogd-2.0.ebuild
index 237209bfa368de976a0f1a15e144b2a5f7eee0ab..8fd269deae3503039cb65bda5215fcfe02b31f2c 100644
(file)
--- a/
app-admin/sysklogd/sysklogd-2.0.ebuild
+++ b/
app-admin/sysklogd/sysklogd-2.0.ebuild
@@
-37,7
+37,7
@@
src_prepare() {
src_configure() {
local myeconfargs=(
# we have logger from sys-apps/util-linux
-
#
--without-logger
+ --without-logger
$(use_with klogd)
$(use_with systemd systemd $(systemd_get_systemunitdir))
)