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 070641395E1 for ; Tue, 1 Nov 2016 15:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21ACAE0B31; Tue, 1 Nov 2016 15:14:38 +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 097A7E0B31 for ; Tue, 1 Nov 2016 15:14:38 +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 16D29341072 for ; Tue, 1 Nov 2016 15:14:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BFFC248D for ; Tue, 1 Nov 2016 15:14:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1478013271.6b95793ba2be2ac003b720fb252a88ed683118f4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glfw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glfw/glfw-3.2.1.ebuild X-VCS-Directories: media-libs/glfw/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6b95793ba2be2ac003b720fb252a88ed683118f4 X-VCS-Branch: master Date: Tue, 1 Nov 2016 15:14:35 +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: e6a879b7-4481-482b-a0e9-fbfa9fe9387e X-Archives-Hash: 5e9e4e6b58fdd39f19d1639a0b3f4dc0 commit: 6b95793ba2be2ac003b720fb252a88ed683118f4 Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 1 15:14:17 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 1 15:14:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b95793b media-libs/glfw: Added kde-frameworks/extra-cmake-modules to DEPEND. This fixes Gentoo bug #598664. Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler gentoo.org> media-libs/glfw/glfw-3.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/glfw/glfw-3.2.1.ebuild b/media-libs/glfw/glfw-3.2.1.ebuild index 0cc818e..053786f 100644 --- a/media-libs/glfw/glfw-3.2.1.ebuild +++ b/media-libs/glfw/glfw-3.2.1.ebuild @@ -31,6 +31,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + kde-frameworks/extra-cmake-modules wayland? ( dev-libs/wayland-protocols )