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 AF100139694 for ; Sun, 30 Jul 2017 11:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E529B1FC00B; Sun, 30 Jul 2017 11:09:12 +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 C071C1FC00B for ; Sun, 30 Jul 2017 11:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B8106341A9A for ; Sun, 30 Jul 2017 11:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59C9D74BC for ; Sun, 30 Jul 2017 11:09:10 +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: <1501412923.0e54a1a7b1e6139c121c588a9a111f2b0c75a3c8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/corebird/corebird-1.5-r2.ebuild X-VCS-Directories: net-im/corebird/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0e54a1a7b1e6139c121c588a9a111f2b0c75a3c8 X-VCS-Branch: master Date: Sun, 30 Jul 2017 11:09:10 +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: 8ffde396-c07c-4292-b720-5b6bd44802a2 X-Archives-Hash: 921e6f1aeb7f4d2db2a36445a0575828 commit: 0e54a1a7b1e6139c121c588a9a111f2b0c75a3c8 Author: Moritz Schlarb metalabs de> AuthorDate: Mon Jul 24 19:40:29 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 11:08:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e54a1a7 net-im/corebird: Fix building with spellcheck, #621770 Closes: https://github.com/gentoo/gentoo/pull/5204 net-im/corebird/corebird-1.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/corebird/corebird-1.5-r2.ebuild b/net-im/corebird/corebird-1.5-r2.ebuild index 453848c8adc..2b05bc95eef 100644 --- a/net-im/corebird/corebird-1.5-r2.ebuild +++ b/net-im/corebird/corebird-1.5-r2.ebuild @@ -26,7 +26,7 @@ RDEPEND="dev-db/sqlite:3 media-plugins/gst-plugins-libav:1.0 media-plugins/gst-plugins-soup:1.0 media-plugins/gst-plugins-hls:1.0 ) - spellcheck? ( >=app-text/gspell-1.0 ) + spellcheck? ( >=app-text/gspell-1.0[vala] ) >=net-libs/libsoup-2.42.3.1 >=net-libs/rest-0.7.91:0.7 >=x11-libs/gtk+-3.18:3"