Gentoo Archives: gentoo-commits

From: Ian Whyman <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcec/
Date: Sun, 10 Jul 2016 12:25:28
Message-Id: 1468153485.e5574d735db2d6f5758b18b699f283d362d15642.thev00d00@gentoo
1 commit: e5574d735db2d6f5758b18b699f283d362d15642
2 Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 12:24:13 2016 +0000
4 Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 12:24:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5574d73
7
8 dev-libs/libcec: drop unnecessary dependency on dev-libs/lockdev (#584122)
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/libcec/libcec-3.1.0.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-libs/libcec/libcec-3.1.0.ebuild b/dev-libs/libcec/libcec-3.1.0.ebuild
16 index 8888ca3..4c1028f 100644
17 --- a/dev-libs/libcec/libcec-3.1.0.ebuild
18 +++ b/dev-libs/libcec/libcec-3.1.0.ebuild
19 @@ -19,7 +19,6 @@ IUSE="cubox exynos python raspberry-pi +xrandr"
20 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
21
22 RDEPEND="virtual/udev
23 - dev-libs/lockdev
24 dev-libs/libplatform
25 raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 )
26 xrandr? ( x11-libs/libXrandr )"