diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 00:08:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 00:08:44 +0000 |
commit | f98a43ec0502d838e41d1229da8bea188c228723 (patch) | |
tree | acf448dbf16e5473cfcd9141be89f988256f826a /net-misc/lldpd | |
parent | net-misc/lldpd: Stabilize 1.0.16 x86, #887573 (diff) | |
download | gentoo-f98a43ec0502d838e41d1229da8bea188c228723.tar.gz gentoo-f98a43ec0502d838e41d1229da8bea188c228723.tar.bz2 gentoo-f98a43ec0502d838e41d1229da8bea188c228723.zip |
net-misc/lldpd: Stabilize 1.0.16 amd64, #887573
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/lldpd')
-rw-r--r-- | net-misc/lldpd/lldpd-1.0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/lldpd/lldpd-1.0.16.ebuild b/net-misc/lldpd/lldpd-1.0.16.ebuild index 884cc19891f0..894e65e80572 100644 --- a/net-misc/lldpd/lldpd-1.0.16.ebuild +++ b/net-misc/lldpd/lldpd-1.0.16.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lldpd/lldpd/releases/download/${PV}/${P}.tar.gz" LICENSE="ISC" SLOT="0/4.9.1" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers seccomp sonmp snmp static-libs test readline xml" RESTRICT="!test? ( test )" |