diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-09-29 11:23:46 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-09-29 11:26:57 -0400 |
commit | e8192a2eff5472db971b1be47db26ef70bbad226 (patch) | |
tree | fd164b7a5c545710bbd3aa6186fe1d9dcd8ac385 /sys-apps/systemd/systemd-239-r1.ebuild | |
parent | sys-kernel/vanilla-sources: Automatic version bumps (diff) | |
download | gentoo-e8192a2eff5472db971b1be47db26ef70bbad226.tar.gz gentoo-e8192a2eff5472db971b1be47db26ef70bbad226.tar.bz2 gentoo-e8192a2eff5472db971b1be47db26ef70bbad226.zip |
sys-apps/systemd: rename debug meson option
Closes: https://bugs.gentoo.org/667300
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9
Diffstat (limited to 'sys-apps/systemd/systemd-239-r1.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-239-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-239-r1.ebuild b/sys-apps/systemd/systemd-239-r1.ebuild index 1fc28a80c2aa..69bfa21435eb 100644 --- a/sys-apps/systemd/systemd-239-r1.ebuild +++ b/sys-apps/systemd/systemd-239-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -154,6 +154,7 @@ src_prepare() { # Add local patches here PATCHES+=( + "${FILESDIR}"/239-debug-extra.patch ) if ! use vanilla; then |