Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtheora/
Date: Mon, 08 Oct 2018 15:31:04
Message-Id: 1539012645.154e19382ec104b166a87e1623170c1c8023339e.asturm@gentoo
1 commit: 154e19382ec104b166a87e1623170c1c8023339e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 8 14:38:42 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 8 15:30:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154e1938
7
8 media-libs/libtheora: Fix typo
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-libs/libtheora/libtheora-1.1.1-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
17 index 77da0e6fb3f..bc2b2fdce79 100644
18 --- a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
19 +++ b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
20 @@ -78,7 +78,7 @@ multilib_src_install() {
21 docdir="${EPREFIX}"/usr/share/doc/${PF} \
22 install
23
24 - if use examples && [[] "${ABI}" = "${DEFAULT_ABI}" ]]; then
25 + if use examples && [[ "${ABI}" = "${DEFAULT_ABI}" ]]; then
26 dobin examples/.libs/png2theora
27 for bin in dump_{psnr,video} {encoder,player}_example; do
28 newbin examples/.libs/${bin} theora_${bin}