Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump1090/
Date: Tue, 21 Jan 2020 10:42:41
Message-Id: 1579603323.0a388c76a0d4155193cff3ff76279845a94509f1.ago@gentoo
1 commit: 0a388c76a0d4155193cff3ff76279845a94509f1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 10:42:03 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 10:42:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a388c76
7
8 net-wireless/dump1090: x86 stable wrt bug #705768
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-wireless/dump1090/dump1090-3.7.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-wireless/dump1090/dump1090-3.7.2.ebuild b/net-wireless/dump1090/dump1090-3.7.2.ebuild
18 index 1c12d09ac4c..bb2497770e1 100644
19 --- a/net-wireless/dump1090/dump1090-3.7.2.ebuild
20 +++ b/net-wireless/dump1090/dump1090-3.7.2.ebuild
21 @@ -16,9 +16,9 @@ HOMEPAGE="https://github.com/flightaware/dump1090"
22 if [[ ${PV} == "9999" ]] ; then
23 inherit git-r3
24 EGIT_REPO_URI="https://github.com/flightaware/${PN}.git"
25 - KEYWORDS="amd64"
26 + KEYWORDS="amd64 x86"
27 else
28 - KEYWORDS="amd64 ~x86"
29 + KEYWORDS="amd64 x86"
30 #COMMIT="fb5942dba6505a21cbafc7905a5a7c513b214dc9"
31 #SRC_URI="https://github.com/flightaware/dump1090/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
32 #S="${WORKDIR}/${PN}-${COMMIT}"