From dd40aa6c84fd3f52bb55abe60ee0ebfb37785069 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 17 Apr 2021 00:14:52 +0100 Subject: sys-apps/shadow: libtool-- Signed-off-by: Sam James --- sys-apps/shadow/shadow-4.8-r5.ebuild | 4 ++-- sys-apps/shadow/shadow-4.8.1-r3.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys-apps/shadow') diff --git a/sys-apps/shadow/shadow-4.8-r5.ebuild b/sys-apps/shadow/shadow-4.8-r5.ebuild index 3217bbd41153..da23f02aa7f5 100644 --- a/sys-apps/shadow/shadow-4.8-r5.ebuild +++ b/sys-apps/shadow/shadow-4.8-r5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools libtool pam +inherit autotools pam DESCRIPTION="Utilities to deal with user accounts" HOMEPAGE="https://github.com/shadow-maint/shadow" @@ -88,7 +88,7 @@ src_configure() { } set_login_opt() { - local comment="" opt=$1 val=$2 + local comment="" opt=${1} val=${2} if [[ -z ${val} ]]; then comment="#" sed -i \ diff --git a/sys-apps/shadow/shadow-4.8.1-r3.ebuild b/sys-apps/shadow/shadow-4.8.1-r3.ebuild index 019710fb27cd..2bb0fd2b726e 100644 --- a/sys-apps/shadow/shadow-4.8.1-r3.ebuild +++ b/sys-apps/shadow/shadow-4.8.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools libtool pam +inherit autotools pam DESCRIPTION="Utilities to deal with user accounts" HOMEPAGE="https://github.com/shadow-maint/shadow" @@ -88,7 +88,7 @@ src_configure() { } set_login_opt() { - local comment="" opt=$1 val=$2 + local comment="" opt=${1} val=${2} if [[ -z ${val} ]]; then comment="#" sed -i \ -- cgit v1.2.3-65-gdbad