summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-01-21 11:42:03 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-01-21 11:42:03 +0100
commit0a388c76a0d4155193cff3ff76279845a94509f1 (patch)
tree89e1bde3cf6a93ee1757c91af95efe07dcae86f3 /net-wireless/dump1090
parentnet-wireless/bladerf-fpga: x86 stable wrt bug #705768 (diff)
downloadgentoo-0a388c76a0d4155193cff3ff76279845a94509f1.tar.gz
gentoo-0a388c76a0d4155193cff3ff76279845a94509f1.tar.bz2
gentoo-0a388c76a0d4155193cff3ff76279845a94509f1.zip
net-wireless/dump1090: x86 stable wrt bug #705768
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-wireless/dump1090')
-rw-r--r--net-wireless/dump1090/dump1090-3.7.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/dump1090/dump1090-3.7.2.ebuild b/net-wireless/dump1090/dump1090-3.7.2.ebuild
index 1c12d09ac4c8..bb2497770e1e 100644
--- a/net-wireless/dump1090/dump1090-3.7.2.ebuild
+++ b/net-wireless/dump1090/dump1090-3.7.2.ebuild
@@ -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="amd64"
+ KEYWORDS="amd64 x86"
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}"