From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1107231-garchives=archives.gentoo.org@lists.gentoo.org> 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 30045138334 for <garchives@archives.gentoo.org>; Fri, 23 Aug 2019 19:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3988DE077D; Fri, 23 Aug 2019 19:33:49 +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 045ABE077D for <gentoo-commits@lists.gentoo.org>; Fri, 23 Aug 2019 19:33:48 +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 0F54034A217 for <gentoo-commits@lists.gentoo.org>; Fri, 23 Aug 2019 19:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCC41770 for <gentoo-commits@lists.gentoo.org>; Fri, 23 Aug 2019 19:33:44 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1566588742.3fb4c4626ee287ff8ec0bc2426cf03a24600f965.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-boxes/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild X-VCS-Directories: gnome-extra/gnome-boxes/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3fb4c4626ee287ff8ec0bc2426cf03a24600f965 X-VCS-Branch: master Date: Fri, 23 Aug 2019 19:33:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7adbda77-19e6-48e4-b108-0c22b0633ab3 X-Archives-Hash: a1af6241a09b0e3aaac5bc6c2cd71a2b commit: 3fb4c4626ee287ff8ec0bc2426cf03a24600f965 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Aug 23 19:32:10 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Aug 23 19:32:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb4c462 gnome-extra/gnome-boxes: update vala restriction comment libsoup is now fine, but spice-gtk vapi has a similar problem for 0.46 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild index 2a15dc7b1b4..c8bae0bf8db 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild @@ -4,8 +4,7 @@ EAPI=6 VALA_USE_DEPEND="vapigen" VALA_MIN_API_VERSION="0.36" -# Needs libsoup-2.4.vapi fixes to work with vala:0.46 onwards -# https://gitlab.gnome.org/GNOME/libsoup/commit/1c6f47df99cc5b2efe3d629c71c5d85a7871689c +# 0.46 has problems with spice-client-glib-2.0.vapi exposing a bad constructor VALA_MAX_API_VERSION="0.44" inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg