From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA8221388C0 for ; Wed, 24 Feb 2016 00:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E94721C00A; Wed, 24 Feb 2016 00:19:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A9EE21C00A for ; Wed, 24 Feb 2016 00:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9C97340B66 for ; Wed, 24 Feb 2016 00:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CF8A1897 for ; Wed, 24 Feb 2016 00:19:27 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1456273125.e01e965af1803c6ccbc1887eb0b344986a21cb43.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/simgear/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/simgear/simgear-3.4.0.ebuild X-VCS-Directories: dev-games/simgear/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: e01e965af1803c6ccbc1887eb0b344986a21cb43 X-VCS-Branch: master Date: Wed, 24 Feb 2016 00:19:27 +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: 2ef0bda1-1f30-439b-a512-6900ef5c3a40 X-Archives-Hash: 28e41dda5ee8e684d3041436d2fd7bb4 commit: e01e965af1803c6ccbc1887eb0b344986a21cb43 Author: Maciej Mrozowski gentoo org> AuthorDate: Wed Feb 24 00:17:31 2016 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Wed Feb 24 00:18:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01e965a dev-games/simgear-3.4.0: Fix typo in CMake variable (retain setting) dev-games/simgear/simgear-3.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/simgear/simgear-3.4.0.ebuild b/dev-games/simgear/simgear-3.4.0.ebuild index 49fdf6f..d2a2f4b 100644 --- a/dev-games/simgear/simgear-3.4.0.ebuild +++ b/dev-games/simgear/simgear-3.4.0.ebuild @@ -35,7 +35,7 @@ PATCHES=( "${FILESDIR}/${P}-osg340_fixes.patch" ) src_configure() { local mycmakeargs=( - -ENABLE_PKGUTIL=OFF + -DENABLE_PKGUTIL=ON -DENABLE_RTI=OFF -DENABLE_SOUND=ON -DSIMGEAR_HEADLESS=OFF