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 0C5F01396D0 for ; Thu, 28 Sep 2017 19:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 332B62BC011; Thu, 28 Sep 2017 19:27:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0DE952BC011 for ; Thu, 28 Sep 2017 19:27:00 +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 B4D46341711 for ; Thu, 28 Sep 2017 19:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC48906C for ; Thu, 28 Sep 2017 19:26:57 +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: <1506626805.eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/goldendict/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild X-VCS-Directories: app-text/goldendict/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9 X-VCS-Branch: master Date: Thu, 28 Sep 2017 19:26:57 +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: a51cc294-3400-4387-be31-e09602087f4f X-Archives-Hash: f9609ec2184c21bd3dee63ec00a0b882 commit: eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 28 19:25:50 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 28 19:26:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed689e9 app-text/goldendict: USE=ffmpeg disables libav too, bug #603238 Remove libav from the DISABLE_INTERNAL_PLAYER conditional, as it contradicts the DEPENDs setup. Package-Manager: Portage-2.3.8, Repoman-2.3.1 app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild b/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild index f49ddfb6ad2..ddc2b378630 100644 --- a/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild +++ b/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild @@ -72,7 +72,7 @@ src_prepare() { src_configure() { local myconf=() - if ! use ffmpeg && ! use libav ; then + if ! use ffmpeg ; then myconf+=( DISABLE_INTERNAL_PLAYER=1 ) fi