Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-utils/
Date: Wed, 27 Feb 2019 16:37:58
Message-Id: 1551285459.3f3843d11f74c629d948be0bb92db7db60fb572f.aballier@gentoo
1 commit: 3f3843d11f74c629d948be0bb92db7db60fb572f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 27 16:37:39 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 16:37:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3843d1
7
8 media-tv/v4l-utils: move clang dep to bdepend
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 media-tv/v4l-utils/v4l-utils-1.16.3-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-tv/v4l-utils/v4l-utils-1.16.3-r1.ebuild b/media-tv/v4l-utils/v4l-utils-1.16.3-r1.ebuild
17 index 648290a0728..2d76079bf4d 100644
18 --- a/media-tv/v4l-utils/v4l-utils-1.16.3-r1.ebuild
19 +++ b/media-tv/v4l-utils/v4l-utils-1.16.3-r1.ebuild
20 @@ -22,11 +22,12 @@ RDEPEND=">=media-libs/libv4l-${PV}[jpeg]
21 )
22 virtual/libudev
23 >=virtual/jpeg-0-r2:0=
24 - bpf? ( virtual/libelf:= sys-devel/clang:*[llvm_targets_BPF] )
25 + bpf? ( virtual/libelf:= )
26 !media-tv/v4l2-ctl
27 !<media-tv/ivtv-utils-1.4.0-r2"
28 DEPEND="${RDEPEND}"
29 BDEPEND="
30 + bpf? ( sys-devel/clang:*[llvm_targets_BPF] )
31 sys-devel/gettext
32 virtual/pkgconfig"