From 0bcac3b02375bad0cdf885cbc45ff346ccee0ab6 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 26 Dec 2018 08:38:26 -0500 Subject: games-arcade/supertux: Fix build failure with minimum physfs version When package started to use system dev-games/physfs, change author failed to verify minimum version. The stable 2.x version does not compile. Raise it to 3.0 or greater Closes: https://bugs.gentoo.org/659830 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Brian Evans --- games-arcade/supertux/supertux-0.5.1.ebuild | 4 ++-- games-arcade/supertux/supertux-0.6.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'games-arcade') diff --git a/games-arcade/supertux/supertux-0.5.1.ebuild b/games-arcade/supertux/supertux-0.5.1.ebuild index c1773f3228cd..f61607c368e3 100644 --- a/games-arcade/supertux/supertux-0.5.1.ebuild +++ b/games-arcade/supertux/supertux-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -RDEPEND="dev-games/physfs +RDEPEND=">=dev-games/physfs-3.0 dev-libs/boost:= media-libs/glew:= virtual/opengl diff --git a/games-arcade/supertux/supertux-0.6.0.ebuild b/games-arcade/supertux/supertux-0.6.0.ebuild index 2fc8444ed9d0..c12492e71e3c 100644 --- a/games-arcade/supertux/supertux-0.6.0.ebuild +++ b/games-arcade/supertux/supertux-0.6.0.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -RDEPEND="dev-games/physfs +RDEPEND=">=dev-games/physfs-3.0 dev-libs/boost:= media-libs/glew:= virtual/opengl -- cgit v1.2.3-65-gdbad