net-wireless/dump1090: amd64 stable wrt bug #705768
authorAgostino Sarubbo <ago@gentoo.org>
Mon, 20 Jan 2020 12:51:36 +0000 (13:51 +0100)
committerAgostino Sarubbo <ago@gentoo.org>
Mon, 20 Jan 2020 12:51:36 +0000 (13:51 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
net-wireless/dump1090/dump1090-3.7.2.ebuild

index a34578ba1b3da1c4888855f687791087a4e45b33..1c12d09ac4c8bb102a8bb8a5e5d5b9a39fab9c7e 100644 (file)
@@ -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}"