summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-02-02 12:22:20 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2021-02-02 10:40:05 -0600
commit82536fdfe250f78fdf1d7825b27a05315d0c5410 (patch)
treecca02d0a24737449503cbf4445bb185586c5b2d9 /net-misc
parentnet-libs/nghttp2: Bump to version 1.43.0 (diff)
downloadgentoo-82536fdfe250f78fdf1d7825b27a05315d0c5410.tar.gz
gentoo-82536fdfe250f78fdf1d7825b27a05315d0c5410.tar.bz2
gentoo-82536fdfe250f78fdf1d7825b27a05315d0c5410.zip
net-misc/radvd: 2.19: EAPI 7, and moved pkgconfig to BDEPEND.
Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/radvd/radvd-2.19.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/radvd/radvd-2.19.ebuild b/net-misc/radvd/radvd-2.19.ebuild
index f11d60a013da..0f19d4c0606b 100644
--- a/net-misc/radvd/radvd-2.19.ebuild
+++ b/net-misc/radvd/radvd-2.19.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit systemd user eutils readme.gentoo-r1 toolchain-funcs
@@ -15,11 +15,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="kernel_FreeBSD selinux test"
RESTRICT="!test? ( test )"
+BDEPEND="virtual/pkgconfig"
CDEPEND="dev-libs/libdaemon"
DEPEND="${CDEPEND}
sys-devel/bison
sys-devel/flex
- virtual/pkgconfig
test? ( dev-libs/check )"
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-radvd )