Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-video-glide64mk2/
Date: Sun, 04 Sep 2022 12:23:15
Message-Id: 1662294164.f9fbca3ce9f76563ea42f3740fa02563b0b4867c.soap@gentoo
1 commit: f9fbca3ce9f76563ea42f3740fa02563b0b4867c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:44 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fbca3c
7
8 games-emulation/mupen64plus-video-glide64mk2: remove boost slot deps
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../mupen64plus-video-glide64mk2-2.5.9-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild
16 index bf792c5697a8..d0d4d129fb2a 100644
17 --- a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild
18 +++ b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -22,7 +22,7 @@ RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2-only=]
26 sys-libs/zlib:0=
27 virtual/opengl:0=
28 gles2-only? ( media-libs/libsdl2:0[gles2] )
29 - hires? ( dev-libs/boost:0= )"
30 + hires? ( dev-libs/boost:= )"
31 DEPEND="${RDEPEND}"
32 BDEPEND="virtual/pkgconfig"