diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2018-05-23 01:53:16 +0200 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2018-05-23 01:53:16 +0200 |
commit | 476fde6a007a957d5350487f45ecb5852da5c218 (patch) | |
tree | b7c43c2071c20eeec18d0d7bfc3dd8cc563b7af8 /games-simulation | |
parent | net-libs/libgadu: Remove old, restrict openssl to slot 0 to silence repoman (diff) | |
download | gentoo-476fde6a007a957d5350487f45ecb5852da5c218.tar.gz gentoo-476fde6a007a957d5350487f45ecb5852da5c218.tar.bz2 gentoo-476fde6a007a957d5350487f45ecb5852da5c218.zip |
games-simulation/flightgear: add jpeg USE dep on openscenegraph, fixes bug 656256
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/flightgear/flightgear-2018.1.1.ebuild | 2 | ||||
-rw-r--r-- | games-simulation/flightgear/flightgear-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/flightgear/flightgear-2018.1.1.ebuild b/games-simulation/flightgear/flightgear-2018.1.1.ebuild index 35f1c3291934..f32f93c30b98 100644 --- a/games-simulation/flightgear/flightgear-2018.1.1.ebuild +++ b/games-simulation/flightgear/flightgear-2018.1.1.ebuild @@ -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[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 3807c996da08..10e2e7113b34 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -19,7 +19,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[png] + >=dev-games/openscenegraph-3.2.0[jpeg,png] ~dev-games/simgear-${PV}[gdal=] media-libs/openal >=media-libs/speex-1.2.0:0 |