commit:     dd40aa6c84fd3f52bb55abe60ee0ebfb37785069
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 23:14:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 19:01:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd40aa6c

sys-apps/shadow: libtool--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 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(-)

diff --git a/sys-apps/shadow/shadow-4.8-r5.ebuild 
b/sys-apps/shadow/shadow-4.8-r5.ebuild
index 3217bbd4115..da23f02aa7f 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 019710fb27c..2bb0fd2b726 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 \

Reply via email to