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 15EDA1382C5 for ; Sat, 28 Apr 2018 01:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 381EAE096C; Sat, 28 Apr 2018 01:16:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A66CE096C for ; Sat, 28 Apr 2018 01:16:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EEB1335C9A for ; Sat, 28 Apr 2018 01:16:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1A2A29F for ; Sat, 28 Apr 2018 01:16:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1524877663.4c9e0b7100c82eab97e03ed4adf81937022c21bf.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/DirectFB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild dev-libs/DirectFB/DirectFB-1.7.6.ebuild X-VCS-Directories: dev-libs/DirectFB/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4c9e0b7100c82eab97e03ed4adf81937022c21bf X-VCS-Branch: master Date: Sat, 28 Apr 2018 01:16:13 +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: 8233eb66-59fa-4e23-9752-2ea9e9674a8e X-Archives-Hash: 9f94305548a12304f0d883e1ebec5ae3 commit: 4c9e0b7100c82eab97e03ed4adf81937022c21bf Author: Matt Turner gentoo org> AuthorDate: Sat Apr 28 01:04:10 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 28 01:07:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9e0b71 dev-libs/DirectFB: Drop unnecessary x11-proto dep .../DirectFB/{DirectFB-1.7.6.ebuild => DirectFB-1.7.6-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild b/dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild similarity index 97% rename from dev-libs/DirectFB/DirectFB-1.7.6.ebuild rename to dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild index 9c044f0ba4b..8c921ad2850 100644 --- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild +++ b/dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild @@ -57,14 +57,13 @@ RDEPEND=" ) tremor? ( media-libs/tremor ) truetype? ( >=media-libs/freetype-2.0.1 ) - vdpau? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXext x11-libs/libvdpau ) + vdpau? ( x11-libs/libX11 x11-libs/libXext x11-libs/libvdpau ) vorbis? ( media-libs/libvorbis ) webp? ( media-libs/libwebp ) X? ( x11-libs/libXext x11-libs/libX11 ) xine? ( media-libs/xine-lib[vdpau?] ) zlib? ( sys-libs/zlib ) " -DEPEND="${RDEPEND} - X? ( x11-proto/xextproto x11-proto/xproto )" +DEPEND="${RDEPEND}" src_prepare() { epatch \