diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-08 16:38:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-08 17:30:45 +0200 |
commit | 154e19382ec104b166a87e1623170c1c8023339e (patch) | |
tree | f0e102403bb6685fbfcbb633300c7f2b2547cf5f /media-libs/libtheora | |
parent | dev-libs/girara: using meson tests for virtualx (diff) | |
download | gentoo-154e19382ec104b166a87e1623170c1c8023339e.tar.gz gentoo-154e19382ec104b166a87e1623170c1c8023339e.tar.bz2 gentoo-154e19382ec104b166a87e1623170c1c8023339e.zip |
media-libs/libtheora: Fix typo
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild index 77da0e6fb3f2..bc2b2fdce79f 100644 --- a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild @@ -78,7 +78,7 @@ multilib_src_install() { docdir="${EPREFIX}"/usr/share/doc/${PF} \ install - if use examples && [[] "${ABI}" = "${DEFAULT_ABI}" ]]; then + if use examples && [[ "${ABI}" = "${DEFAULT_ABI}" ]]; then dobin examples/.libs/png2theora for bin in dump_{psnr,video} {encoder,player}_example; do newbin examples/.libs/${bin} theora_${bin} |