diff options
author | 2020-05-28 22:55:11 -0400 | |
---|---|---|
committer | 2020-06-01 16:43:03 -0400 | |
commit | c1b70bf59c57948fa84a5c54af5e35837cfafe7b (patch) | |
tree | 116dc68537dcdd308b049e6eff31490a7c99e302 /net-wireless/dump1090/dump1090-9999.ebuild | |
parent | net-analyzer/gr-fosphor: prep for gnuradio 3.7 (diff) | |
download | gentoo-c1b70bf59c57948fa84a5c54af5e35837cfafe7b.tar.gz gentoo-c1b70bf59c57948fa84a5c54af5e35837cfafe7b.tar.bz2 gentoo-c1b70bf59c57948fa84a5c54af5e35837cfafe7b.zip |
net-wireless/dump1090: drop old
fix keywords
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/dump1090/dump1090-9999.ebuild')
-rw-r--r-- | net-wireless/dump1090/dump1090-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-wireless/dump1090/dump1090-9999.ebuild b/net-wireless/dump1090/dump1090-9999.ebuild index a34578ba1b3d..f0099d87455f 100644 --- a/net-wireless/dump1090/dump1090-9999.ebuild +++ b/net-wireless/dump1090/dump1090-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,6 @@ HOMEPAGE="https://github.com/flightaware/dump1090" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/flightaware/${PN}.git" - KEYWORDS="" else KEYWORDS="~amd64 ~x86" #COMMIT="fb5942dba6505a21cbafc7905a5a7c513b214dc9" |