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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97F7A158091 for ; Sun, 12 Jun 2022 20:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7E4EE0903; Sun, 12 Jun 2022 20:56:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8C1DE0903 for ; Sun, 12 Jun 2022 20:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B274341C6A for ; Sun, 12 Jun 2022 20:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C014F6 for ; Sun, 12 Jun 2022 20:56:16 +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: <1655067365.1862823da2ecb171a75f436a7e2cdb1c12751f19.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.40.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1862823da2ecb171a75f436a7e2cdb1c12751f19 X-VCS-Branch: master Date: Sun, 12 Jun 2022 20:56:16 +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: 3f288475-cf8e-4d48-a74e-123124f62e46 X-Archives-Hash: 8326d39f7249dd5154c1d87a4cea04a0 commit: 1862823da2ecb171a75f436a7e2cdb1c12751f19 Author: Matt Turner gentoo org> AuthorDate: Sun Jun 12 20:55:14 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 12 20:56:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1862823d net-misc/spice-gtk: Use vala_setup in EAPI=8 Signed-off-by: Matt Turner gentoo.org> net-misc/spice-gtk/spice-gtk-0.40.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.40.ebuild b/net-misc/spice-gtk/spice-gtk-0.40.ebuild index 7e642d9ecb49..612d9476b1d0 100644 --- a/net-misc/spice-gtk/spice-gtk-0.40.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.40.ebuild @@ -94,7 +94,7 @@ python_check_deps() { src_prepare() { default - use vala && vala_src_prepare + use vala && vala_setup } src_configure() {