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 3D5CC139696 for ; Sat, 4 Mar 2017 17:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8550EE0CE2; Sat, 4 Mar 2017 17:09:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EB53E0CE2 for ; Sat, 4 Mar 2017 17:09:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DC243417E6 for ; Sat, 4 Mar 2017 17:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C78C5C4C for ; Sat, 4 Mar 2017 17:09:40 +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: <1488647371.71b37bc783c9d2832d8f910867f59bed4c12c469.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-2017.1.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: 71b37bc783c9d2832d8f910867f59bed4c12c469 X-VCS-Branch: master Date: Sat, 4 Mar 2017 17:09:40 +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: ec1e88ad-2d2c-415e-a951-da80fd7867e9 X-Archives-Hash: bc08370e50a0872e850e248959592d4b commit: 71b37bc783c9d2832d8f910867f59bed4c12c469 Author: Lars Wendler gentoo org> AuthorDate: Sat Mar 4 16:17:07 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Mar 4 17:09:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b37bc7 games-simulation/flightgear: Really fix speex dependency. Package-Manager: Portage-2.3.4, Repoman-2.3.2 games-simulation/flightgear/flightgear-2017.1.1.ebuild | 5 ++++- games-simulation/flightgear/flightgear-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/games-simulation/flightgear/flightgear-2017.1.1.ebuild b/games-simulation/flightgear/flightgear-2017.1.1.ebuild index fa8a2926dcb..74fd2237a07 100644 --- a/games-simulation/flightgear/flightgear-2017.1.1.ebuild +++ b/games-simulation/flightgear/flightgear-2017.1.1.ebuild @@ -21,7 +21,10 @@ COMMON_DEPEND=" ~dev-games/simgear-${PV} media-libs/openal || ( - media-libs/speexdsp + ( + >=media-libs/speex-1.2.0 + media-libs/speexdsp + )