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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CA0F138334 for ; Sun, 8 Jul 2018 04:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1308E0AAF; Sun, 8 Jul 2018 04:57:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 974DBE0AAF for ; Sun, 8 Jul 2018 04:57:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 050E7335C63 for ; Sun, 8 Jul 2018 04:57:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A30B349 for ; Sun, 8 Jul 2018 04:57:02 +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: <1531025806.c64372fc1691523a841a25fe2b9381a304f4b8a8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-5.0.ebuild games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c64372fc1691523a841a25fe2b9381a304f4b8a8 X-VCS-Branch: master Date: Sun, 8 Jul 2018 04:57:02 +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-Archives-Salt: 009cf571-23c6-440c-80f2-4ad02f52a211 X-Archives-Hash: ec9d606c5420306589637563bbc094a6 commit: c64372fc1691523a841a25fe2b9381a304f4b8a8 Author: David Seifert gentoo org> AuthorDate: Sun Jul 8 04:56:06 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 8 04:56:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64372fc games-emulation/dolphin: [QA] slot op on net-libs/mbedtls Package-Manager: Portage-2.3.41, Repoman-2.3.9 games-emulation/dolphin/dolphin-5.0.ebuild | 6 +++--- games-emulation/dolphin/dolphin-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild b/games-emulation/dolphin/dolphin-5.0.ebuild index 56737af95d7..6110f03b0a0 100644 --- a/games-emulation/dolphin/dolphin-5.0.ebuild +++ b/games-emulation/dolphin/dolphin-5.0.ebuild @@ -22,11 +22,11 @@ IUSE="alsa ao bluetooth doc egl +evdev ffmpeg libav llvm log lto openal +pch por RDEPEND=" >=media-libs/libsfml-2.1 >net-libs/enet-1.3.7 - >=net-libs/mbedtls-2.1.1 + >=net-libs/mbedtls-2.1.1:= dev-libs/lzo media-libs/libpng:0= sys-libs/readline:0= - sys-libs/zlib + sys-libs/zlib:= x11-libs/libXext x11-libs/libXi x11-libs/libXrandr @@ -44,7 +44,7 @@ RDEPEND=" libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:= ) ) - llvm? ( sys-devel/llvm ) + llvm? ( sys-devel/llvm:* ) openal? ( media-libs/openal media-libs/libsoundtouch diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 1df45aa1985..78c1cdbac9d 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -28,11 +28,11 @@ IUSE="alsa ao bluetooth doc egl +evdev ffmpeg libav llvm log lto openal +pch por RDEPEND=" >=media-libs/libsfml-2.1 >net-libs/enet-1.3.7 - >=net-libs/mbedtls-2.1.1 + >=net-libs/mbedtls-2.1.1:= dev-libs/lzo media-libs/libpng:0= sys-libs/readline:0= - sys-libs/zlib + sys-libs/zlib:= x11-libs/libXext x11-libs/libXi x11-libs/libXrandr @@ -50,7 +50,7 @@ RDEPEND=" libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:= ) ) - llvm? ( sys-devel/llvm ) + llvm? ( sys-devel/llvm:* ) openal? ( media-libs/openal media-libs/libsoundtouch