From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 943C7158011 for ; Sun, 4 Sep 2022 12:23:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8A15E0844; Sun, 4 Sep 2022 12:23:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE444E0844 for ; Sun, 4 Sep 2022 12:23:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96D56340EEB for ; Sun, 4 Sep 2022 12:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE3F35D5 for ; Sun, 4 Sep 2022 12:23:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662294164.f9fbca3ce9f76563ea42f3740fa02563b0b4867c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-video-glide64mk2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r2.ebuild X-VCS-Directories: games-emulation/mupen64plus-video-glide64mk2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f9fbca3ce9f76563ea42f3740fa02563b0b4867c X-VCS-Branch: master Date: Sun, 4 Sep 2022 12:23:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9265adeb-f6bf-4658-9f58-b20eba825b54 X-Archives-Hash: ef443814588b5f14c7552a7f1c0ae371 commit: f9fbca3ce9f76563ea42f3740fa02563b0b4867c Author: David Seifert gentoo org> AuthorDate: Sun Sep 4 12:22:44 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Sep 4 12:22:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fbca3c games-emulation/mupen64plus-video-glide64mk2: remove boost slot deps Signed-off-by: David Seifert gentoo.org> .../mupen64plus-video-glide64mk2-2.5.9-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index bf792c5697a8..d0d4d129fb2a 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2-only=] sys-libs/zlib:0= virtual/opengl:0= gles2-only? ( media-libs/libsdl2:0[gles2] ) - hires? ( dev-libs/boost:0= )" + hires? ( dev-libs/boost:= )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"