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 AF19F138334 for ; Sat, 9 Mar 2019 22:51:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C503BE096D; Sat, 9 Mar 2019 22:51:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9EDE4E096D for ; Sat, 9 Mar 2019 22:51:02 +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 38451335C60 for ; Sat, 9 Mar 2019 22:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A935A560 for ; Sat, 9 Mar 2019 22:50:59 +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: <1552171839.01ee80f8419ec9f7eb45cdf1f9f9e14249dc186e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/eduke32/eduke32-20190304.7392.ebuild X-VCS-Directories: games-fps/eduke32/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 01ee80f8419ec9f7eb45cdf1f9f9e14249dc186e X-VCS-Branch: master Date: Sat, 9 Mar 2019 22:50:59 +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: a0a98b11-b1e8-48ed-8926-0058db3442e0 X-Archives-Hash: 1c2752175489f8d784cadb01f8a7dcb6 commit: 01ee80f8419ec9f7eb45cdf1f9f9e14249dc186e Author: James Le Cuirot gentoo org> AuthorDate: Sat Mar 9 22:50:12 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Mar 9 22:50:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ee80f8 games-fps/eduke32: X support in SDL is not really required I've just tested under Wayland. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> games-fps/eduke32/eduke32-20190304.7392.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/eduke32/eduke32-20190304.7392.ebuild b/games-fps/eduke32/eduke32-20190304.7392.ebuild index e7737aa24b8..b4a97498c3e 100644 --- a/games-fps/eduke32/eduke32-20190304.7392.ebuild +++ b/games-fps/eduke32/eduke32-20190304.7392.ebuild @@ -50,7 +50,7 @@ REQUIRED_USE=" S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}" MY_DEPEND_RDEPEND=" - media-libs/libsdl2[joystick,opengl?,sound,video,X] + media-libs/libsdl2[joystick,opengl?,sound,video] media-libs/sdl2-mixer[flac?,fluidsynth?,midi,timidity?,vorbis?] sys-libs/zlib:= flac? ( media-libs/flac )