Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/
Date: Wed, 26 Dec 2018 13:40:49
Message-Id: 1545831630.0bcac3b02375bad0cdf885cbc45ff346ccee0ab6.grknight@gentoo
1 commit: 0bcac3b02375bad0cdf885cbc45ff346ccee0ab6
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 13:38:26 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 26 13:40:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcac3b0
7
8 games-arcade/supertux: Fix build failure with minimum physfs version
9
10 When package started to use system dev-games/physfs, change author failed
11 to verify minimum version. The stable 2.x version does not compile.
12 Raise it to 3.0 or greater
13
14 Closes: https://bugs.gentoo.org/659830
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
17
18 games-arcade/supertux/supertux-0.5.1.ebuild | 4 ++--
19 games-arcade/supertux/supertux-0.6.0.ebuild | 2 +-
20 2 files changed, 3 insertions(+), 3 deletions(-)
21
22 diff --git a/games-arcade/supertux/supertux-0.5.1.ebuild b/games-arcade/supertux/supertux-0.5.1.ebuild
23 index c1773f3228c..f61607c368e 100644
24 --- a/games-arcade/supertux/supertux-0.5.1.ebuild
25 +++ b/games-arcade/supertux/supertux-0.5.1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -17,7 +17,7 @@ SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE="debug"
35
36 -RDEPEND="dev-games/physfs
37 +RDEPEND=">=dev-games/physfs-3.0
38 dev-libs/boost:=
39 media-libs/glew:=
40 virtual/opengl
41
42 diff --git a/games-arcade/supertux/supertux-0.6.0.ebuild b/games-arcade/supertux/supertux-0.6.0.ebuild
43 index 2fc8444ed9d..c12492e71e3 100644
44 --- a/games-arcade/supertux/supertux-0.6.0.ebuild
45 +++ b/games-arcade/supertux/supertux-0.6.0.ebuild
46 @@ -17,7 +17,7 @@ SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48 IUSE="debug"
49
50 -RDEPEND="dev-games/physfs
51 +RDEPEND=">=dev-games/physfs-3.0
52 dev-libs/boost:=
53 media-libs/glew:=
54 virtual/opengl