diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-12-31 09:15:52 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-12-31 09:15:52 -0800 |
commit | 52e116083597e0d3c6367d2cc3eae82c0f3e04c9 (patch) | |
tree | ba6571543cdff34bfe191cd0a4e7399807752372 /net-misc | |
parent | sci-mathematics/why3-for-spark: fix whitespace in metadata.xml (diff) | |
download | gentoo-52e116083597e0d3c6367d2cc3eae82c0f3e04c9.tar.gz gentoo-52e116083597e0d3c6367d2cc3eae82c0f3e04c9.tar.bz2 gentoo-52e116083597e0d3c6367d2cc3eae82c0f3e04c9.zip |
net-misc/radvd: missing dep
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=947276
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/radvd/radvd-2.20.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/radvd/radvd-2.20.ebuild b/net-misc/radvd/radvd-2.20.ebuild index c77eb8fe872f..590c4520ce2a 100644 --- a/net-misc/radvd/radvd-2.20.ebuild +++ b/net-misc/radvd/radvd-2.20.ebuild @@ -23,6 +23,7 @@ DEPEND="test? ( dev-libs/check )" RDEPEND=" acct-group/radvd acct-user/radvd + dev-libs/libbsd selinux? ( sec-policy/selinux-radvd )" PATCHES=( |