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 3CCEC15808B for ; Tue, 8 Mar 2022 08:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78027E083D; Tue, 8 Mar 2022 08:41:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 53FFDE083D for ; Tue, 8 Mar 2022 08:41:46 +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 35826342FC0 for ; Tue, 8 Mar 2022 08:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EB7D250 for ; Tue, 8 Mar 2022 08:41:43 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1646728533.35de631cca585e73febb4ba882a990239c7bdbf4.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ciano/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/ciano/ciano-0.2.4-r1.ebuild X-VCS-Directories: media-video/ciano/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 35de631cca585e73febb4ba882a990239c7bdbf4 X-VCS-Branch: dev Date: Tue, 8 Mar 2022 08:41:43 +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: 7ab712c3-ad92-4308-b4e6-cb536bc84e7d X-Archives-Hash: 7b87fb84c4de463557431c497821d0a5 commit: 35de631cca585e73febb4ba882a990239c7bdbf4 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Mar 8 08:35:33 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Tue Mar 8 08:35:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35de631c media-video/ciano: Fix brokenness after EAPI bump Closes: https://bugs.gentoo.org/834749 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-video/ciano/ciano-0.2.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/ciano/ciano-0.2.4-r1.ebuild b/media-video/ciano/ciano-0.2.4-r1.ebuild index a8448d4f6..a0297123f 100644 --- a/media-video/ciano/ciano-0.2.4-r1.ebuild +++ b/media-video/ciano/ciano-0.2.4-r1.ebuild @@ -24,8 +24,8 @@ RDEPEND=" " src_prepare() { - vala_src_prepare - xdg_src_prepare + vala_setup + default } src_install() {