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 8EDD81382C5 for ; Mon, 30 Apr 2018 18:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 036AAE0878; Mon, 30 Apr 2018 18:01:03 +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 D73ADE0878 for ; Mon, 30 Apr 2018 18:01: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 D7F32335C94 for ; Mon, 30 Apr 2018 18:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F72D243 for ; Mon, 30 Apr 2018 18:01:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525111255.df4af61b9c941b08174a238588639fd45eb5c9af.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/darkplaces/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/darkplaces/darkplaces-20140513-r1.ebuild X-VCS-Directories: games-fps/darkplaces/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: df4af61b9c941b08174a238588639fd45eb5c9af X-VCS-Branch: master Date: Mon, 30 Apr 2018 18:01:00 +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-Archives-Salt: 348222a6-3a01-4537-98a3-e7d90c8a4d2a X-Archives-Hash: 4d2c7111f430168ef2855ac202b81693 commit: df4af61b9c941b08174a238588639fd45eb5c9af Author: Alexander Tsoy tsoy me> AuthorDate: Mon Apr 30 17:44:45 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 30 18:00:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4af61b games-fps/darkplaces: fix typo games-fps/darkplaces/darkplaces-20140513-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild index dc66236c626..303d09082be 100644 --- a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild +++ b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild @@ -186,7 +186,7 @@ pkg_postinst() { elog "Place pak0.pak and pak1.pak in ${dir}/id1" fi - if use sdl $$ ! use alsa ; then + if use sdl && ! use alsa ; then ewarn "Select opengl with alsa, instead of sdl USE flag, for better audio latency." fi }