diff options
author | 2024-03-31 20:15:35 +0200 | |
---|---|---|
committer | 2024-03-31 20:20:00 +0200 | |
commit | 0bc4915a4ce8b47898d8beb240af01d010e5fb53 (patch) | |
tree | 2ca5e3a84244222d60d78968acfccdc215b145d3 /net-analyzer | |
parent | profiles/arch/powerpc: move mpv's luajit invert from ppc64 to ppc* (diff) | |
download | gentoo-0bc4915a4ce8b47898d8beb240af01d010e5fb53.tar.gz gentoo-0bc4915a4ce8b47898d8beb240af01d010e5fb53.tar.bz2 gentoo-0bc4915a4ce8b47898d8beb240af01d010e5fb53.zip |
net-analyzer/trippy: stabilize 0.9.0 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/trippy/trippy-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/trippy/trippy-0.9.0.ebuild b/net-analyzer/trippy/trippy-0.9.0.ebuild index c6c9f913eefe..e1dfbdbbc957 100644 --- a/net-analyzer/trippy/trippy-0.9.0.ebuild +++ b/net-analyzer/trippy/trippy-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -234,7 +234,7 @@ LICENSE+=" || ( Apache-2.0 Boost-1.0 ) " SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="suid" FILECAPS=( cap_net_raw+p usr/bin/trip ) |