commit:     5946bb44c378f2fad6b02f1e36379547c70ae12d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 06:18:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 22:50:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5946bb44

net-analyzer/python-gvm: fix variable references

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

 net-analyzer/python-gvm/python-gvm-1.1.0.ebuild | 4 ++--
 net-analyzer/python-gvm/python-gvm-1.2.0.ebuild | 4 ++--
 net-analyzer/python-gvm/python-gvm-1.5.0.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild 
b/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild
index 0fe7c72c9a9..88f993c947e 100644
--- a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild
+++ b/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,5 +30,5 @@ src_prepare() {
        # Exlude tests & docs to fix build issue
        sed \
                -e 
"s/packages=find_packages(exclude=.*/packages=find_packages(exclude=['tests*', 
'docs']),/g" \
-               -i "$S"/setup.py || die
+               -i "${S}"/setup.py || die
 }

diff --git a/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild 
b/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild
index 940c6ebd495..fc107e0b153 100644
--- a/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild
+++ b/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,5 +30,5 @@ src_prepare() {
        # Exlude tests & docs to fix build issue
        sed \
                -e 
"s/packages=find_packages(exclude=.*/packages=find_packages(exclude=['tests*', 
'docs']),/g" \
-               -i "$S"/setup.py || die
+               -i "${S}"/setup.py || die
 }

diff --git a/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild 
b/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild
index 9bb049760a2..48cb4f75b4f 100644
--- a/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild
+++ b/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,5 +32,5 @@ src_prepare() {
        # Exlude tests & docs to fix build issue
        sed \
                -e 
"s/packages=find_packages(exclude=.*/packages=find_packages(exclude=['tests*', 
'docs']),/g" \
-               -i "$S"/setup.py || die
+               -i "${S}"/setup.py || die
 }

Reply via email to