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 09F90138331 for ; Wed, 7 Mar 2018 12:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2E99E08E2; Wed, 7 Mar 2018 12:58:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D070CE08E2 for ; Wed, 7 Mar 2018 12:58:10 +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 B79DD335C51 for ; Wed, 7 Mar 2018 12:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 418F9240 for ; Wed, 7 Mar 2018 12:58:08 +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: <1520427470.a6bbd3ee8e76dbb995a19e592c1b52dbe19d8720.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/hedgewars/hedgewars-0.9.23-r2.ebuild X-VCS-Directories: games-strategy/hedgewars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a6bbd3ee8e76dbb995a19e592c1b52dbe19d8720 X-VCS-Branch: master Date: Wed, 7 Mar 2018 12:58:08 +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: 4af21d0f-4885-4405-8788-ad62f124ec81 X-Archives-Hash: d80d1d3a7a662af0f6799bdf845c0a1c commit: a6bbd3ee8e76dbb995a19e592c1b52dbe19d8720 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 7 12:21:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 7 12:57:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bbd3ee games-strategy/hedgewars: Add missing DEPEND Reported-by: Daniel Gulotta alum.mit.edu> Closes: https://bugs.gentoo.org/649196 Package-Manager: Portage-2.3.24, Repoman-2.3.6 games-strategy/hedgewars/hedgewars-0.9.23-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-strategy/hedgewars/hedgewars-0.9.23-r2.ebuild b/games-strategy/hedgewars/hedgewars-0.9.23-r2.ebuild index cfb74ccf1df..8087357bde6 100644 --- a/games-strategy/hedgewars/hedgewars-0.9.23-r2.ebuild +++ b/games-strategy/hedgewars/hedgewars-0.9.23-r2.ebuild @@ -40,7 +40,8 @@ CDEPEND=" libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:= )" DEPEND="${CDEPEND} - >=dev-lang/fpc-2.4" + >=dev-lang/fpc-2.4 + dev-qt/linguist-tools:5" RDEPEND="${CDEPEND} app-arch/xz-utils >=media-fonts/dejavu-2.28