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 AAD06138359 for ; Sun, 10 May 2020 16:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECD99E0900; Sun, 10 May 2020 16:53:42 +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 CEDBAE0900 for ; Sun, 10 May 2020 16:53:42 +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 C87A334F2BC for ; Sun, 10 May 2020 16:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56AA3219 for ; Sun, 10 May 2020 16:53:40 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1589129538.4ed7b6f0bb23931c12490123d95efdfea5bd5e13.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/prboom-plus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild X-VCS-Directories: games-fps/prboom-plus/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 4ed7b6f0bb23931c12490123d95efdfea5bd5e13 X-VCS-Branch: master Date: Sun, 10 May 2020 16:53:40 +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: 4aaa9599-63b0-41aa-a25e-37626f0fc7ab X-Archives-Hash: abb76db8e4e54429ad537b70a640248b commit: 4ed7b6f0bb23931c12490123d95efdfea5bd5e13 Author: James Le Cuirot gentoo org> AuthorDate: Sun May 10 16:36:52 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun May 10 16:52:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed7b6f0 games-fps/prboom-plus: Add SLOT operator to media-libs/dumb dep The soname is about to change. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot gentoo.org> games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild b/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild index bf6007bb533..8ac28f7f6e9 100644 --- a/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild +++ b/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="sdl2-image? ( opengl )" DEPEND=" media-libs/libsdl2[opengl?,joystick,sound,video] - dumb? ( media-libs/dumb ) + dumb? ( media-libs/dumb:= ) fluidsynth? ( media-sound/fluidsynth:= ) mad? ( media-libs/libmad ) net? ( media-libs/sdl2-net )