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 7CAF9138350 for ; Sat, 25 Apr 2020 17:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FEBDE0952; Sat, 25 Apr 2020 17:44:14 +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 83893E0952 for ; Sat, 25 Apr 2020 17:44:14 +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 1F3FF34F02B for ; Sat, 25 Apr 2020 17:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 134591EA for ; Sat, 25 Apr 2020 17:44:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1587836620.3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901.zlogene@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-r2.ebuild X-VCS-Directories: app-text/goldendict/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901 X-VCS-Branch: master Date: Sat, 25 Apr 2020 17:44:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08c6e3c6-85b7-43b5-b72b-a18a9b9c746a X-Archives-Hash: 5b59986ee302ceea1da60698a47fe371 commit: 3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 25 17:42:46 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 25 17:43:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ceeb5eb app-text/goldendict: Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild index cbbb665fe20..d8de7892396 100644 --- a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild +++ b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="debug ffmpeg libav" +IUSE="debug ffmpeg " RDEPEND=" app-arch/bzip2 @@ -39,8 +39,7 @@ RDEPEND=" x11-libs/libXtst ffmpeg? ( media-libs/libao - libav? ( media-video/libav:0= ) - !libav? ( media-video/ffmpeg:0= ) + media-video/ffmpeg:0= ) " DEPEND="${RDEPEND}"