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 9A674138334 for ; Thu, 22 Aug 2019 18:11:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C175CE09C1; Thu, 22 Aug 2019 18:11: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 A23CEE09BF for ; Thu, 22 Aug 2019 18:11:49 +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 1C91134A13C for ; Thu, 22 Aug 2019 18:11:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23495770 for ; Thu, 22 Aug 2019 18:11:46 +0000 (UTC) From: "Mart Raudsepp" 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" Message-ID: <1566497427.b004bcb78c412771b392dca43423e3c7ae3722d1.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: b004bcb78c412771b392dca43423e3c7ae3722d1 X-VCS-Branch: master Date: Thu, 22 Aug 2019 18:11:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0790550e-16b5-450e-8fa8-47fac6737b6c X-Archives-Hash: b9573a7f37a7ed102c9de98e52bfb066 commit: b004bcb78c412771b392dca43423e3c7ae3722d1 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Aug 22 18:10:27 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Aug 22 18:10:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b004bcb7 gnome-extra/gnome-boxes: restrict vala max, move vapi deps to build-only Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 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 03f1201b29d..2a15dc7b1b4 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild @@ -4,6 +4,9 @@ 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 +VALA_MAX_API_VERSION="0.44" inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg @@ -26,14 +29,14 @@ COMMON_DEPEND=" >=dev-libs/glib-2.52:2 >=dev-libs/gobject-introspection-1.54:= >=x11-libs/gtk+-3.22.20:3[introspection] - >=net-libs/gtk-vnc-0.8.0-r1[gtk3(+),vala] - >=sys-libs/libosinfo-1.1.0[vala] - app-crypt/libsecret[vala] - >=net-libs/libsoup-2.44:2.4[vala] + >=net-libs/gtk-vnc-0.8.0-r1[gtk3(+)] + >=sys-libs/libosinfo-1.1.0 + app-crypt/libsecret + >=net-libs/libsoup-2.44:2.4 virtual/libusb:1 - >=app-emulation/libvirt-glib-0.2.3[vala] + >=app-emulation/libvirt-glib-0.2.3 >=dev-libs/libxml2-2.7.8:2 - >=net-misc/spice-gtk-0.32[gtk3(+),smartcard,usbredir,vala] + >=net-misc/spice-gtk-0.32[gtk3(+),smartcard,usbredir] app-misc/tracker:0/2.0 net-libs/webkit-gtk:4 >=virtual/libgudev-165:= @@ -41,6 +44,12 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} $(vala_depend) + net-libs/gtk-vnc[vala] + sys-libs/libosinfo[vala] + app-crypt/libsecret[vala] + net-libs/libsoup:2.4[vala] + app-emulation/libvirt-glib[vala] + net-misc/spice-gtk[vala] dev-libs/appstream-glib dev-util/itstool >=sys-devel/gettext-0.19.8