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 5448A1396D9 for ; Thu, 12 Oct 2017 11:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B80652BC012; Thu, 12 Oct 2017 11:15:28 +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 97C40E0CBF for ; Thu, 12 Oct 2017 11:15:28 +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 B624233BF0B for ; Thu, 12 Oct 2017 11:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A93290A4 for ; Thu, 12 Oct 2017 11:15:26 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1507806908.c3f293cdf2ede5b81b132cfcf1bf03c8ecb6adba.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtspeech/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtspeech/qtspeech-5.9.2.ebuild X-VCS-Directories: dev-qt/qtspeech/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c3f293cdf2ede5b81b132cfcf1bf03c8ecb6adba X-VCS-Branch: master Date: Thu, 12 Oct 2017 11:15:26 +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: 628569ea-aa37-4610-9946-2306bde9ed06 X-Archives-Hash: d873e997c5e724e4110d3c8289592299 commit: c3f293cdf2ede5b81b132cfcf1bf03c8ecb6adba Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 12 11:14:43 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 12 11:15:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f293cd dev-qt/qtspeech: raise app-accessibility/speech-dispatcher dependency This is required to avoid a build failure due being unable to find headers due to older versions providing an incorrect pkg-config file. Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-qt/qtspeech/qtspeech-5.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtspeech/qtspeech-5.9.2.ebuild b/dev-qt/qtspeech/qtspeech-5.9.2.ebuild index c121d92e823..df046ce25c6 100644 --- a/dev-qt/qtspeech/qtspeech-5.9.2.ebuild +++ b/dev-qt/qtspeech/qtspeech-5.9.2.ebuild @@ -14,7 +14,7 @@ fi IUSE="" RDEPEND=" - app-accessibility/speech-dispatcher + >=app-accessibility/speech-dispatcher-0.8.7 ~dev-qt/qtcore-${PV} " DEPEND="${RDEPEND}"