diff options
author | Sam James <sam@gentoo.org> | 2021-04-17 00:14:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 20:01:48 +0100 |
commit | dd40aa6c84fd3f52bb55abe60ee0ebfb37785069 (patch) | |
tree | bb2c92bc83e353e40e6a059fa9f32c530bb7f9a0 /sys-apps/shadow | |
parent | sys-apps/tcp-wrappers: flag-o-matic-- (diff) | |
download | gentoo-dd40aa6c84fd3f52bb55abe60ee0ebfb37785069.tar.gz gentoo-dd40aa6c84fd3f52bb55abe60ee0ebfb37785069.tar.bz2 gentoo-dd40aa6c84fd3f52bb55abe60ee0ebfb37785069.zip |
sys-apps/shadow: libtool--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r-- | sys-apps/shadow/shadow-4.8-r5.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/shadow/shadow-4.8.1-r3.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
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 \ |