diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:43:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:39 +0100 |
commit | 6ed8a13f3a846e504e01f35f02b7d1948284be23 (patch) | |
tree | 4f4c2139aff3f60fa9a1de6b3e99b18bc95ba9c8 /net-wireless/rtl_433 | |
parent | net-vpn/openvpn: fix variable references, missing die (diff) | |
download | gentoo-6ed8a13f3a846e504e01f35f02b7d1948284be23.tar.gz gentoo-6ed8a13f3a846e504e01f35f02b7d1948284be23.tar.bz2 gentoo-6ed8a13f3a846e504e01f35f02b7d1948284be23.zip |
net-wireless/rtl_433: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/rtl_433')
-rw-r--r-- | net-wireless/rtl_433/rtl_433-20.02_p20200922.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/rtl_433/rtl_433-9999.ebuild | 4 |
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 |