From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 920F41387B1 for ; Mon, 21 Sep 2015 15:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC05921C004; Mon, 21 Sep 2015 15:38:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9300D21C004 for ; Mon, 21 Sep 2015 15:38:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 996F733F9D2 for ; Mon, 21 Sep 2015 15:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 105351F6 for ; Mon, 21 Sep 2015 15:38:47 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1442849916.37cfb07104a3cde37c486a3722cbd5e37487fb60.mr_bones_@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.1.1.ebuild X-VCS-Directories: media-libs/glfw/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 37cfb07104a3cde37c486a3722cbd5e37487fb60 X-VCS-Branch: master Date: Mon, 21 Sep 2015 15:38:47 +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: 9d4e84da-e211-4af5-9689-9f4cca221dea X-Archives-Hash: 5fd22e38adc28c6071e4886ea860c98a commit: 37cfb07104a3cde37c486a3722cbd5e37487fb60 Author: Michael Sterrett gentoo org> AuthorDate: Mon Sep 21 15:38:36 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Mon Sep 21 15:38:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cfb071 add x11-libs/libXcursor dep (bug #560552) Package-Manager: portage-2.2.20.1 media-libs/glfw/glfw-3.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/glfw/glfw-3.1.1.ebuild b/media-libs/glfw/glfw-3.1.1.ebuild index 58aac50..83ddf63 100644 --- a/media-libs/glfw/glfw-3.1.1.ebuild +++ b/media-libs/glfw/glfw-3.1.1.ebuild @@ -19,6 +19,7 @@ RDEPEND="x11-libs/libXrandr x11-libs/libXi x11-libs/libXxf86vm x11-libs/libXinerama + x11-libs/libXcursor virtual/opengl" DEPEND="${RDEPEND} virtual/glu"