mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user