diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2024-09-18 13:44:27 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2024-09-18 13:45:56 -0700 |
commit | 975e71cb6f0871863230ad0330f1970139900949 (patch) | |
tree | e718aadf85c4eb81f5034baa40bb98cbe8170734 /net-misc/lldpd | |
parent | net-misc/inetutils: fix CollectMode in units (diff) | |
download | gentoo-975e71cb6f0871863230ad0330f1970139900949.tar.gz gentoo-975e71cb6f0871863230ad0330f1970139900949.tar.bz2 gentoo-975e71cb6f0871863230ad0330f1970139900949.zip |
net-misc/lldpd: stabilize 1.0.18 for amd64 (bug #918553)
Closes: https://bugs.gentoo.org/918553
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc/lldpd')
-rw-r--r-- | net-misc/lldpd/lldpd-1.0.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/lldpd/lldpd-1.0.18.ebuild b/net-misc/lldpd/lldpd-1.0.18.ebuild index 92848bf22b45..38ba68aaacec 100644 --- a/net-misc/lldpd/lldpd-1.0.18.ebuild +++ b/net-misc/lldpd/lldpd-1.0.18.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 valgrind xml" RESTRICT="!test? ( test )" |