diff options
author | Brian Evans <grknight@gentoo.org> | 2018-12-26 08:38:26 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-12-26 08:40:30 -0500 |
commit | 0bcac3b02375bad0cdf885cbc45ff346ccee0ab6 (patch) | |
tree | 0af2a983f569d8e7e3c25c92fee00c333a2f38a5 /games-arcade/supertux | |
parent | dev-python/llvmlite: Bump to 0.27.0rc1 (diff) | |
download | gentoo-0bcac3b02375bad0cdf885cbc45ff346ccee0ab6.tar.gz gentoo-0bcac3b02375bad0cdf885cbc45ff346ccee0ab6.tar.bz2 gentoo-0bcac3b02375bad0cdf885cbc45ff346ccee0ab6.zip |
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>
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r-- | games-arcade/supertux/supertux-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | 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 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 |