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 4F16B138336 for ; Thu, 3 Jan 2019 14:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F7A2E0933; Thu, 3 Jan 2019 14:40:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 19637E0933 for ; Thu, 3 Jan 2019 14:40:41 +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 0784E335D1B for ; Thu, 3 Jan 2019 14:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4785A506 for ; Thu, 3 Jan 2019 14:40:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546526385.84b875617c83737944b85bbafce713b59bcbe155.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/hedgewars/hedgewars-0.9.25.ebuild X-VCS-Directories: games-strategy/hedgewars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 84b875617c83737944b85bbafce713b59bcbe155 X-VCS-Branch: master Date: Thu, 3 Jan 2019 14:40:38 +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: 47962821-9e53-4b6a-9397-fae8b770c7d5 X-Archives-Hash: 17754dd8a332be62dca5a6e9622706b0 commit: 84b875617c83737944b85bbafce713b59bcbe155 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 3 10:07:00 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 3 14:39:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b87561 games-strategy/hedgewars: PHYSFS_SYSTEM cmake option was dropped Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 games-strategy/hedgewars/hedgewars-0.9.25.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/games-strategy/hedgewars/hedgewars-0.9.25.ebuild b/games-strategy/hedgewars/hedgewars-0.9.25.ebuild index 3c4e4100aff..c98f3a05e5d 100644 --- a/games-strategy/hedgewars/hedgewars-0.9.25.ebuild +++ b/games-strategy/hedgewars/hedgewars-0.9.25.ebuild @@ -84,7 +84,6 @@ src_configure() { -DBUILD_ENGINE_C=$(usex x86) -DNOVIDEOREC=$(usex !x86) -DCMAKE_VERBOSE_MAKEFILE=TRUE - -DPHYSFS_SYSTEM=ON # Need to tell the build system where the fonts are located # as it uses PhysFS' symbolic link protection mode which # prevents us from symlinking the fonts into the right directory