Skip to content

Commit

Permalink
sys-apps/systemd: fix kill-path option
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/648644
Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99
  • Loading branch information
floppym committed Feb 26, 2018
1 parent e5c010c commit cf8cfc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sys-apps/systemd/systemd-236-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ multilib_src_configure() {
-Ddbus=$(meson_multilib_native_use test)
-Dxkbcommon=$(meson_multilib_native_use xkb)
# hardcode a few paths to spare some deps
-Dpath-kill=/bin/kill
-Dkill-path=/bin/kill
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
# Breaks screen, tmux, etc.
-Ddefault-kill-user-processes=false
Expand Down
2 changes: 1 addition & 1 deletion sys-apps/systemd/systemd-237-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ multilib_src_configure() {
-Ddbus=$(meson_multilib_native_use test)
-Dxkbcommon=$(meson_multilib_native_use xkb)
# hardcode a few paths to spare some deps
-Dpath-kill=/bin/kill
-Dkill-path=/bin/kill
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
# Breaks screen, tmux, etc.
-Ddefault-kill-user-processes=false
Expand Down
2 changes: 1 addition & 1 deletion sys-apps/systemd/systemd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ multilib_src_configure() {
-Ddbus=$(meson_multilib_native_use test)
-Dxkbcommon=$(meson_multilib_native_use xkb)
# hardcode a few paths to spare some deps
-Dpath-kill=/bin/kill
-Dkill-path=/bin/kill
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
# Breaks screen, tmux, etc.
-Ddefault-kill-user-processes=false
Expand Down

0 comments on commit cf8cfc1

Please sign in to comment.