Skip to content

Commit

Permalink
media-video/ffmpeg: disable sofalizer in non native abis since netcdf…
Browse files Browse the repository at this point in the history
… is not multilib.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
aballier committed Jan 26, 2017
1 parent 4649855 commit 229fafc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-video/ffmpeg/ffmpeg-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ RDEPEND="
schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] )
sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
sofalizer? (
>=sci-libs/netcdf-4.3.2-r1[hdf5,${MULTILIB_USEDEP}]
>=sci-libs/hdf5-1.8.18[hl,${MULTILIB_USEDEP}]
>=sci-libs/netcdf-4.3.2-r1[hdf5]
>=sci-libs/hdf5-1.8.18[hl]
)
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
Expand Down Expand Up @@ -340,7 +340,7 @@ multilib_src_configure() {

# (temporarily) disable non-multilib deps
if ! multilib_is_native_abi; then
for i in frei0r ; do
for i in frei0r netcdf ; do
myconf+=( --disable-${i} )
done
fi
Expand Down

0 comments on commit 229fafc

Please sign in to comment.