commit: 82536fdfe250f78fdf1d7825b27a05315d0c5410
Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 2 12:22:20 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 16:40:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82536fdf
net-misc/radvd: 2.19: EAPI 7, and moved pkgconfig to BDEPEND.
Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
net-misc/radvd/radvd-2.19.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/radvd/radvd-2.19.ebuild b/net-misc/radvd/radvd-2.19.ebuild
index f11d60a013d..0f19d4c0606 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 )