summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-wireless/rtl_433/rtl_433-20.02_p20200922.ebuild4
-rw-r--r--net-wireless/rtl_433/rtl_433-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/rtl_433/rtl_433-20.02_p20200922.ebuild b/net-wireless/rtl_433/rtl_433-20.02_p20200922.ebuild
index c5ce6b6c42a2..5aa379a4bcba 100644
--- a/net-wireless/rtl_433/rtl_433-20.02_p20200922.ebuild
+++ b/net-wireless/rtl_433/rtl_433-20.02_p20200922.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
#this doesn't work in eapi 7, even with emake or cmake.eclass
@@ -8,7 +8,7 @@ inherit cmake-utils
DESCRIPTION="Decode OOK modulated signals"
HOMEPAGE="https://github.com/merbanan/rtl_433"
-if [[ $PV == "9999" ]]; then
+if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/merbanan/rtl_433"
else
diff --git a/net-wireless/rtl_433/rtl_433-9999.ebuild b/net-wireless/rtl_433/rtl_433-9999.ebuild
index c5ce6b6c42a2..5aa379a4bcba 100644
--- a/net-wireless/rtl_433/rtl_433-9999.ebuild
+++ b/net-wireless/rtl_433/rtl_433-9999.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
#this doesn't work in eapi 7, even with emake or cmake.eclass
@@ -8,7 +8,7 @@ inherit cmake-utils
DESCRIPTION="Decode OOK modulated signals"
HOMEPAGE="https://github.com/merbanan/rtl_433"
-if [[ $PV == "9999" ]]; then
+if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/merbanan/rtl_433"
else