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 5FE4C138334 for ; Mon, 13 May 2019 16:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FC61E0839; Mon, 13 May 2019 16:22:44 +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 32B08E0839 for ; Mon, 13 May 2019 16:22:42 +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 39D88344228 for ; Mon, 13 May 2019 16:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA72D5E6 for ; Mon, 13 May 2019 16:22:39 +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: <1557633619.ed9bb3facc97e85b54cfa3100ab093e2df494f18.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: ed9bb3facc97e85b54cfa3100ab093e2df494f18 X-VCS-Branch: master Date: Mon, 13 May 2019 16:22:39 +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: 11b70f73-0c71-4524-a52a-fc16d32e99ad X-Archives-Hash: f85b1708c595cdc6d73a40330265f0e2 commit: ed9bb3facc97e85b54cfa3100ab093e2df494f18 Author: William Breathitt Gray gmail com> AuthorDate: Sun May 12 04:00:19 2019 +0000 Commit: Ralph Seichter seichter de> CommitDate: Sun May 12 04:00:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed9bb3fa games-fps/gzdoom: gtk and openal are runtime dependencies 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-fps/gzdoom/gzdoom-4.1.1.ebuild b/games-fps/gzdoom/gzdoom-4.1.1.ebuild index c37e38a..02d1423 100644 --- a/games-fps/gzdoom/gzdoom-4.1.1.ebuild +++ b/games-fps/gzdoom/gzdoom-4.1.1.ebuild @@ -19,16 +19,16 @@ DEPEND=" dev-util/glslang media-libs/libsdl2[opengl] sys-libs/zlib - virtual/jpeg:0 + virtual/jpeg:0" +RDEPEND=" + ${DEPEND} + fluidsynth? ( media-sound/fluidsynth ) gtk? ( x11-libs/gtk+:* ) openal? ( media-libs/libsndfile media-libs/openal media-sound/mpg123 )" -RDEPEND=" - ${DEPEND} - fluidsynth? ( media-sound/fluidsynth )" S="${WORKDIR}/${PN}-g${PV}"