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 91F21138336 for ; Tue, 14 May 2019 16:05:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69107E08AB; Tue, 14 May 2019 16:05:54 +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 33475E08AA for ; Tue, 14 May 2019 16:05:52 +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 3F94034439A for ; Tue, 14 May 2019 16:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38EB2452 for ; Tue, 14 May 2019 16:05:48 +0000 (UTC) From: "Ralph Seichter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ralph Seichter" Message-ID: <1557792711.05b2e3c77eaec3a662748a5cfd453947ea4cd5be.ralph-seichter@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-fps/gzdoom/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/gzdoom/gzdoom-4.1.1.ebuild X-VCS-Directories: games-fps/gzdoom/ X-VCS-Committer: ralph-seichter X-VCS-Committer-Name: Ralph Seichter X-VCS-Revision: 05b2e3c77eaec3a662748a5cfd453947ea4cd5be X-VCS-Branch: master Date: Tue, 14 May 2019 16:05:48 +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: ba8fb2e0-3a64-4dc0-b54f-a1ef61db1279 X-Archives-Hash: d4691473dbfb87bb75a33eb1c3ad80e6 commit: 05b2e3c77eaec3a662748a5cfd453947ea4cd5be Author: William Breathitt Gray gmail com> AuthorDate: Tue May 14 00:11:51 2019 +0000 Commit: Ralph Seichter seichter de> CommitDate: Tue May 14 00:11:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05b2e3c7 games-fps/gzdoom: restrict glslang to dynamic library ebuilds See also: https://bugs.gentoo.org/685514 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Breathitt Gray gmail.com> games-fps/gzdoom/gzdoom-4.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/gzdoom/gzdoom-4.1.1.ebuild b/games-fps/gzdoom/gzdoom-4.1.1.ebuild index 81898f6..03a3dce 100644 --- a/games-fps/gzdoom/gzdoom-4.1.1.ebuild +++ b/games-fps/gzdoom/gzdoom-4.1.1.ebuild @@ -16,7 +16,7 @@ IUSE="fluidsynth gtk openal openmp" DEPEND=" app-arch/bzip2 - dev-util/glslang + >=dev-util/glslang-7.11.3114_pre20190415-r1 media-libs/libsdl2[opengl] sys-libs/zlib virtual/jpeg:0"