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 B74E7138331 for ; Fri, 27 Apr 2018 01:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DED51E0857; Fri, 27 Apr 2018 01:39:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B8AEBE0857 for ; Fri, 27 Apr 2018 01:39:56 +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 89DA7335C7C for ; Fri, 27 Apr 2018 01:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E3A729F for ; Fri, 27 Apr 2018 01:39:54 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1524792975.ef7633aedc0fdc9f476af6eba30da07a2fe9618b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-1.2.19.ebuild media-sound/mumble/mumble-9999.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ef7633aedc0fdc9f476af6eba30da07a2fe9618b X-VCS-Branch: master Date: Fri, 27 Apr 2018 01:39:54 +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: 3251d73d-2eec-47bd-a4d4-ebbf849025f3 X-Archives-Hash: 3c61787e7047039038ef4d1d77c39637 commit: ef7633aedc0fdc9f476af6eba30da07a2fe9618b Author: Matt Turner gentoo org> AuthorDate: Fri Apr 27 01:36:15 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 27 01:36:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7633ae media-sound/mumble: Transition deps to x11-base/xorg-proto media-sound/mumble/mumble-1.2.19.ebuild | 5 +++-- media-sound/mumble/mumble-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/mumble/mumble-1.2.19.ebuild b/media-sound/mumble/mumble-1.2.19.ebuild index a57aa61a3a6..084e6e7205c 100644 --- a/media-sound/mumble/mumble-1.2.19.ebuild +++ b/media-sound/mumble/mumble-1.2.19.ebuild @@ -38,7 +38,6 @@ RDEPEND=">=dev-libs/boost-1.41.0 dev-qt/qtsql:4[sqlite] dev-qt/qtsvg:4 dev-qt/qtxmlpatterns:4 - x11-proto/inputproto alsa? ( media-libs/alsa-lib ) dbus? ( dev-qt/qtdbus:4 ) g15? ( app-misc/g15daemon ) @@ -47,7 +46,9 @@ RDEPEND=">=dev-libs/boost-1.41.0 speech? ( app-accessibility/speech-dispatcher ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] )" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig + x11-base/xorg-proto +" PATCHES=( "${FILESDIR}"/${PN}-1.2.4-speech-dispatcher.patch diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index c7799fea4f9..e4b464c1652 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -56,7 +56,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-libs/boost-1.41.0 virtual/pkgconfig - x11-proto/inputproto + x11-base/xorg-proto " src_configure() {