diff options
author | William Hubbs <williamh@gentoo.org> | 2023-04-03 16:20:51 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-04-03 16:21:47 -0500 |
commit | 5b60721a2aed9aa29324d298e7d95c281a5eb622 (patch) | |
tree | 46689bda4fada14d8eda3faaf7fbc0973a9edce5 /sys-apps/openrc/openrc-9999.ebuild | |
parent | sci-visualization/gwyddion: drop 2.60 (diff) | |
download | gentoo-5b60721a2aed9aa29324d298e7d95c281a5eb622.tar.gz gentoo-5b60721a2aed9aa29324d298e7d95c281a5eb622.tar.bz2 gentoo-5b60721a2aed9aa29324d298e7d95c281a5eb622.zip |
sys-apps/openrc: fix indentation
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index ade72444e317..11d77ecda370 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -57,8 +57,8 @@ PDEPEND="netifrc? ( net-misc/netifrc )" src_configure() { local emesonargs=( - $(meson_feature audit) - "-Dbranding=\"Gentoo Linux\"" + $(meson_feature audit) + "-Dbranding=\"Gentoo Linux\"" $(meson_use newnet) -Dos=Linux $(meson_use pam) |