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 5ED721382C5 for ; Mon, 11 Jan 2021 14:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1815BE09CC; Mon, 11 Jan 2021 14:18:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E59E2E09CC for ; Mon, 11 Jan 2021 14:18:42 +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 CC6AD340E80 for ; Mon, 11 Jan 2021 14:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CE654C for ; Mon, 11 Jan 2021 14:18:39 +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: <1610374717.7269097d1354600754e85714f81254d49f2b4ebe.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/supertux/supertux-0.6.2.ebuild X-VCS-Directories: games-arcade/supertux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7269097d1354600754e85714f81254d49f2b4ebe X-VCS-Branch: master Date: Mon, 11 Jan 2021 14:18:39 +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: 078878a4-8c93-4ab9-80ed-b0ac560178f4 X-Archives-Hash: 4c62562ff0c308b3d46887237a06883c commit: 7269097d1354600754e85714f81254d49f2b4ebe Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 11 14:18:29 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 11 14:18:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7269097d games-arcade/supertux: Fixed dependencies Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> games-arcade/supertux/supertux-0.6.2.ebuild | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/games-arcade/supertux/supertux-0.6.2.ebuild b/games-arcade/supertux/supertux-0.6.2.ebuild index a107f3e14c2..9bf339a6725 100644 --- a/games-arcade/supertux/supertux-0.6.2.ebuild +++ b/games-arcade/supertux/supertux-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,17 +18,23 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -RDEPEND=">=dev-games/physfs-3.0 +RDEPEND=" + >=dev-games/physfs-3.0 dev-libs/boost:= + media-libs/freetype media-libs/glew:= - virtual/opengl + media-libs/libpng:0= + >=media-libs/libsdl2-2.0.1[joystick,video] media-libs/libvorbis media-libs/openal - >=media-libs/libsdl2-2.0.1[joystick,video] >=media-libs/sdl2-image-2.0.0[png,jpeg] - >=net-misc/curl-7.21.7" -DEPEND="${RDEPEND} - virtual/pkgconfig" + >=net-misc/curl-7.21.7 + virtual/opengl +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig +" S="${WORKDIR}/${MY_P}"