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: Mon, 20 Jan 2020 12:52:27
Message-Id: 1579524696.1aaae94084128dd0503446282b909b7a7cafcf8e.ago@gentoo
1 commit: 1aaae94084128dd0503446282b909b7a7cafcf8e
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 20 12:51:36 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 20 12:51:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aaae940
7
8 net-wireless/dump1090: amd64 stable wrt bug #705768
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-wireless/dump1090/dump1090-3.7.2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 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 a34578ba1b3..1c12d09ac4c 100644
19 --- a/net-wireless/dump1090/dump1090-3.7.2.ebuild
20 +++ b/net-wireless/dump1090/dump1090-3.7.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -16,9 +16,9 @@ HOMEPAGE="https://github.com/flightaware/dump1090"
28 if [[ ${PV} == "9999" ]] ; then
29 inherit git-r3
30 EGIT_REPO_URI="https://github.com/flightaware/${PN}.git"
31 - KEYWORDS=""
32 + KEYWORDS="amd64"
33 else
34 - KEYWORDS="~amd64 ~x86"
35 + KEYWORDS="amd64 ~x86"
36 #COMMIT="fb5942dba6505a21cbafc7905a5a7c513b214dc9"
37 #SRC_URI="https://github.com/flightaware/dump1090/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
38 #S="${WORKDIR}/${PN}-${COMMIT}"