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 712EC158013 for ; Sat, 2 Dec 2023 21:29:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 566682BC020; Sat, 2 Dec 2023 21:29:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37AC62BC020 for ; Sat, 2 Dec 2023 21:29:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 500F6335CB9 for ; Sat, 2 Dec 2023 21:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCEC41453 for ; Sat, 2 Dec 2023 21:29:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701552576.aee78921202a9f02e705d0451813a8a17ddb43ac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/colord/colord-1.4.6-r2.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aee78921202a9f02e705d0451813a8a17ddb43ac X-VCS-Branch: master Date: Sat, 2 Dec 2023 21:29:48 +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: 15ea7326-23f5-4703-9b41-d0de1849193e X-Archives-Hash: 1e0adabc12e44c06b732c7d5e8f5739e commit: aee78921202a9f02e705d0451813a8a17ddb43ac Author: Alfred Wingate protonmail com> AuthorDate: Sat Dec 2 09:58:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 2 21:29:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee78921 x11-misc/colord: fix usage of vala eclass in EAPI 8 Fixes: 17ee1596c7eb55a81cfbb018ca62f9900a7e0eac Closes: https://bugs.gentoo.org/919032 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34089 Signed-off-by: Sam James gentoo.org> x11-misc/colord/colord-1.4.6-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-misc/colord/colord-1.4.6-r2.ebuild b/x11-misc/colord/colord-1.4.6-r2.ebuild index 20e350ceb6e5..d8ce66e2029e 100644 --- a/x11-misc/colord/colord-1.4.6-r2.ebuild +++ b/x11-misc/colord/colord-1.4.6-r2.ebuild @@ -63,9 +63,12 @@ PATCHES=( "${FILESDIR}"/${P}-FILE_OFFSET_BITS.patch ) +pkg_setup() { + use vala && vala_setup +} + src_prepare() { default - use vala && vala_src_prepare # Test requires a running session # https://github.com/hughsie/colord/issues/94