Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-bin/
Date: Mon, 27 Sep 2021 14:53:03
Message-Id: 1632754369.20cdd236597cab1a9dd623d0229173c8c44601b2.marecki@gentoo
1 commit: 20cdd236597cab1a9dd623d0229173c8c44601b2
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 14:23:41 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 14:52:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cdd236
7
8 net-analyzer/nessus-bin: keyword 8.15.2 for -*
9
10 In theory we might be able to support x86 (assuming Debian packages
11 work on modern Gentoo - according to Tenable download pages it's the
12 only distro for which support for this arch didn't end many versions
13 ago) and arm64 as well, however as things stand the only package
14 SRC_URI is the one for amd64.
15
16 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
17
18 net-analyzer/nessus-bin/nessus-bin-8.15.2.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/net-analyzer/nessus-bin/nessus-bin-8.15.2.ebuild b/net-analyzer/nessus-bin/nessus-bin-8.15.2.ebuild
22 index 16fed087a32..6620c073f75 100644
23 --- a/net-analyzer/nessus-bin/nessus-bin-8.15.2.ebuild
24 +++ b/net-analyzer/nessus-bin/nessus-bin-8.15.2.ebuild
25 @@ -13,7 +13,7 @@ SRC_URI="${MY_P}.x86_64.rpm"
26
27 LICENSE="GPL-2 Nessus-EULA"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="-* ~amd64"
31
32 RESTRICT="mirror fetch strip"