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 1129E138350 for ; Thu, 12 Mar 2020 15:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345DDE0936; Thu, 12 Mar 2020 15:30:32 +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 176AAE0936 for ; Thu, 12 Mar 2020 15:30:32 +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 D2B3F34EFF5 for ; Thu, 12 Mar 2020 15:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC2C177 for ; Thu, 12 Mar 2020 15:30:19 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1584027015.a000fcfff24b664eb147089561bc81c72b389b39.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/widelands/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/widelands/widelands-0.20.ebuild X-VCS-Directories: games-strategy/widelands/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a000fcfff24b664eb147089561bc81c72b389b39 X-VCS-Branch: master Date: Thu, 12 Mar 2020 15:30:19 +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: 2e642120-8d53-4adc-a5e9-5bf545cc126f X-Archives-Hash: 11e696db41321c2e565dd7c947ab20f4 commit: a000fcfff24b664eb147089561bc81c72b389b39 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 12 15:26:50 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 12 15:30:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a000fcff games-strategy/widelands: Adjusted dependencies Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> games-strategy/widelands/widelands-0.20.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/games-strategy/widelands/widelands-0.20.ebuild b/games-strategy/widelands/widelands-0.20.ebuild index 366325c6dfe..e714c6e11a9 100644 --- a/games-strategy/widelands/widelands-0.20.ebuild +++ b/games-strategy/widelands/widelands-0.20.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit desktop cmake +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit desktop cmake python-any-r1 MY_PV="build$(ver_cut 2-)" MY_P="${PN}-${MY_PV/_/-}" @@ -18,19 +20,21 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - dev-lang/lua:0 - dev-libs/icu:= >=dev-libs/boost-1.48:= + dev-libs/icu:= media-libs/glew:0= + media-libs/libglvnd media-libs/libpng:0= media-libs/libsdl2[video] - media-libs/sdl2-gfx media-libs/sdl2-image[jpeg,png] media-libs/sdl2-mixer[vorbis] - media-libs/sdl2-net media-libs/sdl2-ttf sys-libs/zlib:=[minizip]" DEPEND="${RDEPEND} + ${PYTHON_DEPS} + dev-lang/lua:0 +" +BDEPEND=" sys-devel/gettext "