From a48e81803b587db5831005370551c53c5abd90da Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 19 Dec 2023 19:35:34 -0500 Subject: [version_constraint.sh]: `unset` the inner Log() function --- pcr/gmid/PKGBUILD | 2 ++ pcr/gnustep-gui/PKGBUILD | 2 ++ pcr/lightspark/PKGBUILD | 2 ++ pcr/puzzlemoppet-git/PKGBUILD | 2 ++ pcr/pypolicyd-spf/PKGBUILD | 2 ++ pcr/python-py3dns/PKGBUILD | 2 ++ pcr/python-pyspf/PKGBUILD | 2 ++ 7 files changed, 14 insertions(+) (limited to 'pcr') diff --git a/pcr/gmid/PKGBUILD b/pcr/gmid/PKGBUILD index 6ea41b4cc..da9c37fef 100644 --- a/pcr/gmid/PKGBUILD +++ b/pcr/gmid/PKGBUILD @@ -97,6 +97,8 @@ _version_constraint() # (dep_pkgname [precision]) exit 1 fi + unset -f Log + echo -n "${constraint_string}" } diff --git a/pcr/gnustep-gui/PKGBUILD b/pcr/gnustep-gui/PKGBUILD index 0ee33daef..21a05663c 100644 --- a/pcr/gnustep-gui/PKGBUILD +++ b/pcr/gnustep-gui/PKGBUILD @@ -89,6 +89,8 @@ _version_constraint() # (dep_pkgname [precision]) exit 1 fi + unset -f Log + echo -n "${constraint_string}" } diff --git a/pcr/lightspark/PKGBUILD b/pcr/lightspark/PKGBUILD index 3ad53adc8..4a91f6853 100644 --- a/pcr/lightspark/PKGBUILD +++ b/pcr/lightspark/PKGBUILD @@ -74,6 +74,8 @@ _version_constraint() # (dep_pkgname [precision]) exit 1 fi + unset -f Log + echo -n "${constraint_string}" } diff --git a/pcr/puzzlemoppet-git/PKGBUILD b/pcr/puzzlemoppet-git/PKGBUILD index 5b14babf2..7b6de385f 100644 --- a/pcr/puzzlemoppet-git/PKGBUILD +++ b/pcr/puzzlemoppet-git/PKGBUILD @@ -62,6 +62,8 @@ _version_constraint() # (dep_pkgname [precision]) exit 1 fi + unset -f Log + echo -n "${constraint_string}" } diff --git a/pcr/pypolicyd-spf/PKGBUILD b/pcr/pypolicyd-spf/PKGBUILD index d2236a077..6e37f716f 100644 --- a/pcr/pypolicyd-spf/PKGBUILD +++ b/pcr/pypolicyd-spf/PKGBUILD @@ -69,6 +69,8 @@ _version_constraint() # (dep_pkgname [precision]) exit 1 fi + unset -f Log + echo -n "${constraint_string}" } diff --git a/pcr/python-py3dns/PKGBUILD b/pcr/python-py3dns/PKGBUILD index 4f1e33ccb..b6a5dae11 100644 --- a/pcr/python-py3dns/PKGBUILD +++ b/pcr/python-py3dns/PKGBUILD @@ -64,6 +64,8 @@ _version_constraint() # (dep_pkgname [precision]) exit 1 fi + unset -f Log + echo -n "${constraint_string}" } diff --git a/pcr/python-pyspf/PKGBUILD b/pcr/python-pyspf/PKGBUILD index bf5a8b622..76a864f62 100644 --- a/pcr/python-pyspf/PKGBUILD +++ b/pcr/python-pyspf/PKGBUILD @@ -63,6 +63,8 @@ _version_constraint() # (dep_pkgname [precision]) exit 1 fi + unset -f Log + echo -n "${constraint_string}" } -- cgit v1.2.2