Skip to content

Commit

Permalink
media-libs/avidemux-plugins: Missing media-libs/libvpx subslot dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/589402
Package-Manager: Portage-2.3.17, Repoman-2.3.6
  • Loading branch information
a17r committed Dec 9, 2017
1 parent c7be6dd commit f2d4164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-libs/avidemux-plugins/avidemux-plugins-2.6.20.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RDEPEND="
)
xvid? ( media-libs/xvid:0 )
vorbis? ( media-libs/libvorbis:0 )
vpx? ( media-libs/libvpx:0 )
vpx? ( media-libs/libvpx:0= )
${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
Expand Down
2 changes: 1 addition & 1 deletion media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RDEPEND="${PYTHON_DEPS}
)
xvid? ( media-libs/xvid:0 )
vorbis? ( media-libs/libvorbis:0 )
vpx? ( media-libs/libvpx:0 )
vpx? ( media-libs/libvpx:0= )
"
DEPEND="${RDEPEND}
oss? ( virtual/os-headers:0 )"
Expand Down

0 comments on commit f2d4164

Please sign in to comment.