From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5065D138334 for ; Mon, 8 Oct 2018 15:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD095E08CD; Mon, 8 Oct 2018 15:31:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92CE2E08CD for ; Mon, 8 Oct 2018 15:31:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D587335C9F for ; Mon, 8 Oct 2018 15:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7B67391 for ; Mon, 8 Oct 2018 15:30:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539012645.154e19382ec104b166a87e1623170c1c8023339e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtheora/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libtheora/libtheora-1.1.1-r2.ebuild X-VCS-Directories: media-libs/libtheora/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 154e19382ec104b166a87e1623170c1c8023339e X-VCS-Branch: master Date: Mon, 8 Oct 2018 15:30:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6a5a491-0a14-4354-b9ab-057e41f5a70b X-Archives-Hash: 21b79fb0826cc7dd6e5694f9ddd12746 commit: 154e19382ec104b166a87e1623170c1c8023339e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 8 14:38:42 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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}