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 3F98F138334 for ; Mon, 9 Sep 2019 21:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58784E094F; Mon, 9 Sep 2019 21:52:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 43014E094F for ; Mon, 9 Sep 2019 21:52:21 +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 1B6FB34AF48 for ; Mon, 9 Sep 2019 21:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71E3A7CC for ; Mon, 9 Sep 2019 21:52:17 +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: <1568065299.451e6219d1cadf0c86d59a9433befef687a9fc5f.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/odamex/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/odamex/odamex-0.8.1.ebuild X-VCS-Directories: games-engines/odamex/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 451e6219d1cadf0c86d59a9433befef687a9fc5f X-VCS-Branch: master Date: Mon, 9 Sep 2019 21:52:17 +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: b3f0c718-4fa8-4fef-94c0-3073522edbae X-Archives-Hash: 0179801f4ce66252f7edb73724fc0f86 commit: 451e6219d1cadf0c86d59a9433befef687a9fc5f Author: James Le Cuirot gentoo org> AuthorDate: Mon Sep 9 21:39:04 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Sep 9 21:41:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451e6219 games-engines/odamex: Fix building with wxWidgets installed Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> games-engines/odamex/odamex-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-engines/odamex/odamex-0.8.1.ebuild b/games-engines/odamex/odamex-0.8.1.ebuild index 8cfa9cbee75..95857353ea2 100644 --- a/games-engines/odamex/odamex-0.8.1.ebuild +++ b/games-engines/odamex/odamex-0.8.1.ebuild @@ -40,7 +40,7 @@ PATCHES=( src_prepare() { rm -r libraries/libminiupnpc odamex.wad || die - setup-wxwidgets + use odalaunch && setup-wxwidgets cmake-utils_src_prepare }