commit:     5b60721a2aed9aa29324d298e7d95c281a5eb622
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 21:20:51 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 21:21:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b60721a

sys-apps/openrc: fix indentation

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-apps/openrc/openrc-0.46.ebuild | 4 ++--
 sys-apps/openrc/openrc-9999.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/openrc/openrc-0.46.ebuild 
b/sys-apps/openrc/openrc-0.46.ebuild
index 1e7df85b3c5f..f054a2c63923 100644
--- a/sys-apps/openrc/openrc-0.46.ebuild
+++ b/sys-apps/openrc/openrc-0.46.ebuild
@@ -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)

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)

Reply via email to