commit:     154e19382ec104b166a87e1623170c1c8023339e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  8 14:38:42 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  8 15:30:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154e1938

media-libs/libtheora: Fix typo

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/libtheora/libtheora-1.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild 
b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
index 77da0e6fb3f..bc2b2fdce79 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}

Reply via email to