diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-03-04 11:50:08 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-03-04 11:50:30 +0100 |
commit | a27c8509649928c6a7d49fc208934efe16f48ade (patch) | |
tree | 5025b679b4e4eed1bde8e992bd20bd0dba8e93c0 /games-simulation | |
parent | games-simulation/flightgear: Bump to version 2017.1.1 (diff) | |
download | gentoo-a27c8509649928c6a7d49fc208934efe16f48ade.tar.gz gentoo-a27c8509649928c6a7d49fc208934efe16f48ade.tar.bz2 gentoo-a27c8509649928c6a7d49fc208934efe16f48ade.zip |
games-simulation/flightgear: Adjusted speex dependency.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/flightgear/flightgear-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index 716518317ff1..90bfe16d31ae 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,10 @@ COMMON_DEPEND=" >=dev-games/openscenegraph-3.2.0[png] ~dev-games/simgear-${PV} media-libs/openal - media-libs/speex + || ( + media-libs/speexdsp + <media-libs/speex-1.2.0 + ) media-sound/gsm sys-libs/zlib virtual/glu |