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 B0C4B138335 for ; Mon, 24 Dec 2018 22:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C1FE089B; Mon, 24 Dec 2018 22:15:57 +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 4E29DE089B for ; Mon, 24 Dec 2018 22:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3E381335C5A for ; Mon, 24 Dec 2018 22:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20DEC4F6 for ; Mon, 24 Dec 2018 22:15:53 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1545689010.07bfc85018624d59e997400ad0966363b939db04.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/flightgear/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/flightgear/flightgear-2018.1.1.ebuild games-simulation/flightgear/flightgear-2018.2.1.ebuild games-simulation/flightgear/flightgear-2018.3.1.ebuild games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: games-simulation/flightgear/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 07bfc85018624d59e997400ad0966363b939db04 X-VCS-Branch: master Date: Mon, 24 Dec 2018 22:15:53 +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: 7eb6cf76-31a3-4772-b4f5-6277de7755b5 X-Archives-Hash: c8dfdf97b19df96420883c3f3e5a67d9 commit: 07bfc85018624d59e997400ad0966363b939db04 Author: Lars Wendler gentoo org> AuthorDate: Mon Dec 24 22:03:30 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Dec 24 22:03:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bfc850 games-simulation/flightgear: Added sub-slot dep for dev-games/openscenegraph Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> games-simulation/flightgear/flightgear-2018.1.1.ebuild | 4 ++-- games-simulation/flightgear/flightgear-2018.2.1.ebuild | 4 ++-- games-simulation/flightgear/flightgear-2018.3.1.ebuild | 2 +- games-simulation/flightgear/flightgear-9999.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-simulation/flightgear/flightgear-2018.1.1.ebuild b/games-simulation/flightgear/flightgear-2018.1.1.ebuild index f32f93c30b9..596290c956b 100644 --- a/games-simulation/flightgear/flightgear-2018.1.1.ebuild +++ b/games-simulation/flightgear/flightgear-2018.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="dbus debug examples gdal openmp qt5 test +udev +utils vim-syntax" # zlib is some strange auto-dep from simgear COMMON_DEPEND=" dev-db/sqlite:3 - >=dev-games/openscenegraph-3.2.0[jpeg,png] + >=dev-games/openscenegraph-3.2.0:=[jpeg,png] ~dev-games/simgear-${PV}[gdal=] media-libs/openal >=media-libs/speex-1.2.0:0 diff --git a/games-simulation/flightgear/flightgear-2018.2.1.ebuild b/games-simulation/flightgear/flightgear-2018.2.1.ebuild index 15be88e6c57..f9b21c91e09 100644 --- a/games-simulation/flightgear/flightgear-2018.2.1.ebuild +++ b/games-simulation/flightgear/flightgear-2018.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="dbus debug examples gdal openmp qt5 test +udev +utils vim-syntax" # zlib is some strange auto-dep from simgear COMMON_DEPEND=" dev-db/sqlite:3 - >=dev-games/openscenegraph-3.2.0[jpeg,png] + >=dev-games/openscenegraph-3.2.0:=[jpeg,png] ~dev-games/simgear-${PV}[gdal=] media-libs/openal >=media-libs/speex-1.2.0:0 diff --git a/games-simulation/flightgear/flightgear-2018.3.1.ebuild b/games-simulation/flightgear/flightgear-2018.3.1.ebuild index 6ae489b664d..4605cdbeecb 100644 --- a/games-simulation/flightgear/flightgear-2018.3.1.ebuild +++ b/games-simulation/flightgear/flightgear-2018.3.1.ebuild @@ -21,7 +21,7 @@ RESTRICT="test" # zlib is some strange auto-dep from simgear COMMON_DEPEND=" dev-db/sqlite:3 - >=dev-games/openscenegraph-3.2.0[jpeg,png] + >=dev-games/openscenegraph-3.2.0:=[jpeg,png] ~dev-games/simgear-${PV}[gdal=] media-libs/openal >=media-libs/speex-1.2.0:0 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index c3a046d8574..2f9f42b418e 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -23,7 +23,7 @@ RESTRICT="test" # zlib is some strange auto-dep from simgear COMMON_DEPEND=" dev-db/sqlite:3 - >=dev-games/openscenegraph-3.2.0[jpeg,png] + >=dev-games/openscenegraph-3.2.0:=[jpeg,png] ~dev-games/simgear-${PV}[gdal=] media-libs/openal >=media-libs/speex-1.2.0:0