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 2262615808B for ; Tue, 8 Mar 2022 13:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCADCE0864; Tue, 8 Mar 2022 13:39:34 +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 9CE44E0864 for ; Tue, 8 Mar 2022 13:39:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9780A3432E7 for ; Tue, 8 Mar 2022 13:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EF60313 for ; Tue, 8 Mar 2022 13:39:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1646728533.35de631cca585e73febb4ba882a990239c7bdbf4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 35de631cca585e73febb4ba882a990239c7bdbf4 X-VCS-Branch: master Date: Tue, 8 Mar 2022 13:39:32 +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: 986322eb-3ccd-4c87-b546-398dcbb3d3a6 X-Archives-Hash: f2aaf8a71401e6c0294cd6d4c50bbf47 commit: 35de631cca585e73febb4ba882a990239c7bdbf4 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Mar 8 08:35:33 2022 +0000 Commit: Andrew Ammerlaan gentoo org> 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() {