summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:58:15 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:26 +0000
commita0f1d6f05e337c40d91ff38d90b84b55c0e8419a (patch)
treec1a9ebd7b2f8e50cafef479809d95745592e0c47 /net-wireless/soapyhackrf
parentnet-wireless/soapy_power: fix double KEYWORDS (diff)
downloadgentoo-a0f1d6f05e337c40d91ff38d90b84b55c0e8419a.tar.gz
gentoo-a0f1d6f05e337c40d91ff38d90b84b55c0e8419a.tar.bz2
gentoo-a0f1d6f05e337c40d91ff38d90b84b55c0e8419a.zip
net-wireless/soapyhackrf: fix double KEYWORDS
Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/soapyhackrf')
-rw-r--r--net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild3
-rw-r--r--net-wireless/soapyhackrf/soapyhackrf-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
index 0215983c3ec2..3524c06ba521 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyHackRF"
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git"
inherit git-r3
- KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/pothosware/SoapyHackRF/archive/soapy-hackrf-${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
index 0215983c3ec2..3524c06ba521 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyHackRF"
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git"
inherit git-r3
- KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/pothosware/SoapyHackRF/archive/soapy-hackrf-${PV}.tar.gz -> ${P}.tar.gz"