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 3DFBF138334 for ; Sat, 11 May 2019 08:24:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C2AFE084E; Sat, 11 May 2019 08:24:04 +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 13348E084E for ; Sat, 11 May 2019 08:24:03 +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 67CEB34402B for ; Sat, 11 May 2019 08:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 770701BA for ; Sat, 11 May 2019 08:24:00 +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: <1557562033.4d6145494fd1d8aed401747ebf13b33a71884ed7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild X-VCS-Directories: games-strategy/freeorion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d6145494fd1d8aed401747ebf13b33a71884ed7 X-VCS-Branch: master Date: Sat, 11 May 2019 08:24:00 +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: 653c391e-9954-440c-aa5d-4ec9d18c7607 X-Archives-Hash: 227e62df0f80f970f694b043f8d6877d commit: 4d6145494fd1d8aed401747ebf13b33a71884ed7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 10 20:49:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 11 08:07:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d614549 games-strategy/freeorion: Add missing REQUIRED_USE Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild b/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild index de4fdff7f15..2c29c8b5c26 100644 --- a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild @@ -28,6 +28,8 @@ LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0" SLOT="0" IUSE="dedicated" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + BDEPEND=" virtual/pkgconfig "