From 5302a10b7d53fead65edcd16e0bfe8cde096a5af Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 4 Mar 2023 15:49:33 +0200 Subject: [PATCH] net-analyzer/scapy: Stabilize 2.5.0 amd64, #899392 Signed-off-by: Arthur Zamarin --- net-analyzer/scapy/scapy-2.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild index 2f3bee6e872d3..3a385c66fe57a 100644 --- a/net-analyzer/scapy/scapy-2.5.0.ebuild +++ b/net-analyzer/scapy/scapy-2.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )"