From: Pacho Ramos Date: Sun, 4 Nov 2018 12:30:37 +0000 (+0100) Subject: sys-apps/superiotool: Use new functions.sh path X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b43c6010071aca1868bf9e561d364162a18dfbc9;p=gentoo.git sys-apps/superiotool: Use new functions.sh path Closes: https://bugs.gentoo.org/504430 Signed-off-by: Pacho Ramos Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/sys-apps/superiotool/files/make-tarball.sh b/sys-apps/superiotool/files/make-tarball.sh index 3711db140db3..fa6254898d1f 100755 --- a/sys-apps/superiotool/files/make-tarball.sh +++ b/sys-apps/superiotool/files/make-tarball.sh @@ -1,6 +1,6 @@ #!/bin/bash -. /etc/init.d/functions.sh +. /lib/gentoo/functions.sh svnrev() { svn info "$1" | awk '$1 == "Revision:" { print $NF }'; }