Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/
Date: Tue, 02 Feb 2021 16:40:24
Message-Id: 1612284005.82536fdfe250f78fdf1d7825b27a05315d0c5410.prometheanfire@gentoo
1 commit: 82536fdfe250f78fdf1d7825b27a05315d0c5410
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Tue Feb 2 12:22:20 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 16:40:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82536fdf
7
8 net-misc/radvd: 2.19: EAPI 7, and moved pkgconfig to BDEPEND.
9
10 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 net-misc/radvd/radvd-2.19.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/radvd/radvd-2.19.ebuild b/net-misc/radvd/radvd-2.19.ebuild
17 index f11d60a013d..0f19d4c0606 100644
18 --- a/net-misc/radvd/radvd-2.19.ebuild
19 +++ b/net-misc/radvd/radvd-2.19.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit systemd user eutils readme.gentoo-r1 toolchain-funcs
28
29 @@ -15,11 +15,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
30 IUSE="kernel_FreeBSD selinux test"
31 RESTRICT="!test? ( test )"
32
33 +BDEPEND="virtual/pkgconfig"
34 CDEPEND="dev-libs/libdaemon"
35 DEPEND="${CDEPEND}
36 sys-devel/bison
37 sys-devel/flex
38 - virtual/pkgconfig
39 test? ( dev-libs/check )"
40 RDEPEND="${CDEPEND}
41 selinux? ( sec-policy/selinux-radvd )