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 8067D138334 for ; Sat, 2 Nov 2019 17:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9142E08F4; Sat, 2 Nov 2019 17:36:46 +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 99E9EE08F4 for ; Sat, 2 Nov 2019 17:36:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4E4A134C6FE for ; Sat, 2 Nov 2019 17:36:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 643DF7F9 for ; Sat, 2 Nov 2019 17:36:43 +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: <1572716146.3b67737d772a2083776df71961c3d5756e87b2d6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3b67737d772a2083776df71961c3d5756e87b2d6 X-VCS-Branch: master Date: Sat, 2 Nov 2019 17:36:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de37dd50-8f27-4931-a7a2-2b973bfb24b4 X-Archives-Hash: dccd2941313b238d293070978aef4cac commit: 3b67737d772a2083776df71961c3d5756e87b2d6 Author: Benjamin Neff coding4coffee ch> AuthorDate: Sat Nov 2 16:40:16 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 2 17:35:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b67737d media-libs/mesa: Require libdrm-2.4.100 Signed-off-by: Benjamin Neff coding4coffee.ch> Closes: https://github.com/gentoo/gentoo/pull/13528 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 65e64abf562..8f593918a1a 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -71,7 +71,7 @@ REQUIRED_USE=" xvmc? ( X ) " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.99" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.100" RDEPEND=" !app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]