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 70601138351 for ; Sun, 26 Apr 2020 07:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7036CE0971; Sun, 26 Apr 2020 07:44:27 +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 549CDE0971 for ; Sun, 26 Apr 2020 07:44:27 +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 1D1A234F355 for ; Sun, 26 Apr 2020 07:44:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BD671F3 for ; Sun, 26 Apr 2020 07:44:24 +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: <1587886392.b015f9f730f16c60aa33d4eb079e8a2c3d81d036.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild X-VCS-Directories: games-strategy/hedgewars/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b015f9f730f16c60aa33d4eb079e8a2c3d81d036 X-VCS-Branch: master Date: Sun, 26 Apr 2020 07:44:24 +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: 6894f8fe-a7d7-4a5a-a480-692497a7cc23 X-Archives-Hash: b7004560e721c4c2b783bbc611fd8591 commit: b015f9f730f16c60aa33d4eb079e8a2c3d81d036 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 26 07:33:12 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 26 07:33:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b015f9f7 games-strategy/hedgewars: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild b/games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild index b904224542e..95f4eb1d7eb 100644 --- a/games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild +++ b/games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.hedgewars.org/download/releases/${MY_P}.tar.bz2" LICENSE="GPL-2 Apache-2.0 FDL-1.3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="libav server" +IUSE="server" QA_FLAGS_IGNORED="/usr/bin/hwengine" # pascal sucks QA_PRESTRIPPED="/usr/bin/hwengine" # pascal sucks @@ -35,10 +35,8 @@ DEPEND=" media-libs/sdl2-net:= media-libs/sdl2-ttf:= sys-libs/zlib - !x86? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:= ) - )" + !x86? ( media-video/ffmpeg:= ) + " RDEPEND="${DEPEND} app-arch/xz-utils >=media-fonts/dejavu-2.28