summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-01-20 13:51:36 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-01-20 13:51:36 +0100
commit1aaae94084128dd0503446282b909b7a7cafcf8e (patch)
treefb6c8c6cd09176f6cdbc082016919fb03ec03a12 /net-wireless/dump1090
parentnet-wireless/bladerf-fpga: amd64 stable wrt bug #705768 (diff)
downloadgentoo-1aaae94084128dd0503446282b909b7a7cafcf8e.tar.gz
gentoo-1aaae94084128dd0503446282b909b7a7cafcf8e.tar.bz2
gentoo-1aaae94084128dd0503446282b909b7a7cafcf8e.zip
net-wireless/dump1090: amd64 stable wrt bug #705768
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-wireless/dump1090')
-rw-r--r--net-wireless/dump1090/dump1090-3.7.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/dump1090/dump1090-3.7.2.ebuild b/net-wireless/dump1090/dump1090-3.7.2.ebuild
index a34578ba1b3d..1c12d09ac4c8 100644
--- a/net-wireless/dump1090/dump1090-3.7.2.ebuild
+++ b/net-wireless/dump1090/dump1090-3.7.2.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,9 +16,9 @@ HOMEPAGE="https://github.com/flightaware/dump1090"
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/flightaware/${PN}.git"
- KEYWORDS=""
+ KEYWORDS="amd64"
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
#COMMIT="fb5942dba6505a21cbafc7905a5a7c513b214dc9"
#SRC_URI="https://github.com/flightaware/dump1090/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
#S="${WORKDIR}/${PN}-${COMMIT}"