diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 15:49:30 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 15:49:30 +0200 |
commit | 490c3e4c501b3f14535b08fc05b57981fc5c3765 (patch) | |
tree | eff295ba59251912bd70fc967d898783eee46928 /net-analyzer | |
parent | media-libs/libsdl: Stabilize 1.2.60 amd64, #899432 (diff) | |
download | gentoo-490c3e4c501b3f14535b08fc05b57981fc5c3765.tar.gz gentoo-490c3e4c501b3f14535b08fc05b57981fc5c3765.tar.bz2 gentoo-490c3e4c501b3f14535b08fc05b57981fc5c3765.zip |
net-analyzer/scapy: Stabilize 2.5.0 x86, #899392
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/scapy/scapy-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild index e9f675f6bbff..2f3bee6e872d 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 )" |