diff options
author | 2019-11-15 15:43:52 +0100 | |
---|---|---|
committer | 2019-11-15 15:45:33 +0100 | |
commit | d7e37719dcfe4aa8e105282a5170482f2a15fd09 (patch) | |
tree | d0abb192747b7befa3f6e2986419871afc4bc876 /games-engines/scummvm-tools | |
parent | sys-fs/vhba: amd64 stable wrt bug #697446 (diff) | |
download | gentoo-d7e37719dcfe4aa8e105282a5170482f2a15fd09.tar.gz gentoo-d7e37719dcfe4aa8e105282a5170482f2a15fd09.tar.bz2 gentoo-d7e37719dcfe4aa8e105282a5170482f2a15fd09.zip |
games-engines/scummvm-tools: Add sub-slot operator on boost
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'games-engines/scummvm-tools')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
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 index 098f09223865..2a3b2686c5a6 100644 --- a/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="flac iconv mad png vorbis" RESTRICT="test" # some tests require external files -RDEPEND=">=dev-libs/boost-1.32 +RDEPEND=">=dev-libs/boost-1.32:= sys-libs/zlib x11-libs/wxGTK:${WX_GTK_VER} flac? ( media-libs/flac ) 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 index b6a8e720aef3..4cf673ee91bb 100644 --- a/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="flac iconv mad png vorbis" RESTRICT="test" # some tests require external files -RDEPEND=">=dev-libs/boost-1.32 +RDEPEND=">=dev-libs/boost-1.32:= sys-libs/zlib x11-libs/wxGTK:${WX_GTK_VER} flac? ( media-libs/flac ) |