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@gentoo.org>
This commit is contained in:
Brian Evans
2018-12-26 08:38:26 -05:00
parent 296d451dcc
commit 0bcac3b023
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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