summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-19 14:24:29 +0000
committerSam James <sam@gentoo.org>2021-01-19 14:24:29 +0000
commitfa92d36670ab921fc679c83d47b6d08b0222a3be (patch)
tree624a7eb4d6627e5cec03288907d2fbda7b04495c /net-wireless
parentmail-mta/protonmail-bridge-1.5.4: fix copyright notice (diff)
downloadgentoo-fa92d36670ab921fc679c83d47b6d08b0222a3be.tar.gz
gentoo-fa92d36670ab921fc679c83d47b6d08b0222a3be.tar.bz2
gentoo-fa92d36670ab921fc679c83d47b6d08b0222a3be.zip
net-wireless/dump1090: Stabilize 4.0 amd64, #763870
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/dump1090/dump1090-4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/dump1090/dump1090-4.0.ebuild b/net-wireless/dump1090/dump1090-4.0.ebuild
index ea826fc4f16a..41fb0b180e68 100644
--- a/net-wireless/dump1090/dump1090-4.0.ebuild
+++ b/net-wireless/dump1090/dump1090-4.0.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
EAPI=7
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/flightaware/${PN}.git"
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
SRC_URI="https://github.com/flightaware/dump1090/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi