From 6ed8a13f3a846e504e01f35f02b7d1948284be23 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 10:43:26 +0100 Subject: net-wireless/rtl_433: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- net-wireless/rtl_433/rtl_433-20.02_p20200922.ebuild | 4 ++-- net-wireless/rtl_433/rtl_433-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net-wireless/rtl_433') 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 -- cgit v1.2.3-18-g5258