Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm-tools/
Date: Fri, 15 Nov 2019 14:45:47
Message-Id: 1573829133.d7e37719dcfe4aa8e105282a5170482f2a15fd09.swegener@gentoo
1 commit: d7e37719dcfe4aa8e105282a5170482f2a15fd09
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 14:43:52 2019 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 14:45:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e37719
7
8 games-engines/scummvm-tools: Add sub-slot operator on boost
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild | 4 ++--
14 games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild
18 index 098f0922386..2a3b2686c5a 100644
19 --- a/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild
20 +++ b/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc64 ~x86"
28 IUSE="flac iconv mad png vorbis"
29 RESTRICT="test" # some tests require external files
30
31 -RDEPEND=">=dev-libs/boost-1.32
32 +RDEPEND=">=dev-libs/boost-1.32:=
33 sys-libs/zlib
34 x11-libs/wxGTK:${WX_GTK_VER}
35 flac? ( media-libs/flac )
36
37 diff --git a/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild
38 index b6a8e720aef..4cf673ee91b 100644
39 --- a/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild
40 +++ b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild
41 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
42 IUSE="flac iconv mad png vorbis"
43 RESTRICT="test" # some tests require external files
44
45 -RDEPEND=">=dev-libs/boost-1.32
46 +RDEPEND=">=dev-libs/boost-1.32:=
47 sys-libs/zlib
48 x11-libs/wxGTK:${WX_GTK_VER}
49 flac? ( media-libs/flac )