commit:     0bcac3b02375bad0cdf885cbc45ff346ccee0ab6
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 26 13:38:26 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Dec 26 13:40:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcac3b0

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 <grknight <AT> gentoo.org>

 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(-)

diff --git a/games-arcade/supertux/supertux-0.5.1.ebuild 
b/games-arcade/supertux/supertux-0.5.1.ebuild
index c1773f3228c..f61607c368e 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 2fc8444ed9d..c12492e71e3 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

Reply via email to