From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABD931382FE for ; Sun, 10 Jul 2016 12:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0691E0B03; Sun, 10 Jul 2016 12:25:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DA14E0B03 for ; Sun, 10 Jul 2016 12:25:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68A74340F4B for ; Sun, 10 Jul 2016 12:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54B3ACEF for ; Sun, 10 Jul 2016 12:25:22 +0000 (UTC) From: "Ian Whyman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" Message-ID: <1468153485.e5574d735db2d6f5758b18b699f283d362d15642.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcec/libcec-3.1.0.ebuild X-VCS-Directories: dev-libs/libcec/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: e5574d735db2d6f5758b18b699f283d362d15642 X-VCS-Branch: master Date: Sun, 10 Jul 2016 12:25:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eb7f48fe-7d8f-42a0-8645-e8117c603d67 X-Archives-Hash: 78022eeb46edbbecc404393567d4f7d6 commit: e5574d735db2d6f5758b18b699f283d362d15642 Author: Ian Whyman gentoo org> AuthorDate: Sun Jul 10 12:24:13 2016 +0000 Commit: Ian Whyman gentoo org> CommitDate: Sun Jul 10 12:24:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5574d73 dev-libs/libcec: drop unnecessary dependency on dev-libs/lockdev (#584122) Package-Manager: portage-2.3.0 dev-libs/libcec/libcec-3.1.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/libcec/libcec-3.1.0.ebuild b/dev-libs/libcec/libcec-3.1.0.ebuild index 8888ca3..4c1028f 100644 --- a/dev-libs/libcec/libcec-3.1.0.ebuild +++ b/dev-libs/libcec/libcec-3.1.0.ebuild @@ -19,7 +19,6 @@ IUSE="cubox exynos python raspberry-pi +xrandr" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="virtual/udev - dev-libs/lockdev dev-libs/libplatform raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) xrandr? ( x11-libs/libXrandr )"