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 DB7C715800C for ; Thu, 29 Dec 2022 11:34:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1425DE098F; Thu, 29 Dec 2022 11:34:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6E2EE098F for ; Thu, 29 Dec 2022 11:34:01 +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 29F41340FA2 for ; Thu, 29 Dec 2022 11:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE87383C for ; Thu, 29 Dec 2022 11:33:57 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1672313306.d447ef923f591be95745ee2b33757c363bfc14d5.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-containers/waydroid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-containers/waydroid/waydroid-1.3.4-r6.ebuild X-VCS-Directories: app-containers/waydroid/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d447ef923f591be95745ee2b33757c363bfc14d5 X-VCS-Branch: master Date: Thu, 29 Dec 2022 11:33:57 +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: 41b3ce5a-acf2-4f76-982f-16ce6a0f3826 X-Archives-Hash: d19f711d00b1a6fab458f64d167ed2a1 Message-ID: <20221229113357.oy_4wcn1NOclz_5rikOeVMzKG-ExpXOU4xDlO9laFts@z> commit: d447ef923f591be95745ee2b33757c363bfc14d5 Author: Florian Schmaus gentoo org> AuthorDate: Thu Dec 29 11:28:26 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Dec 29 11:28:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d447ef92 app-containers/waydroid: apply idomatic empty src_compile() Signed-off-by: Florian Schmaus gentoo.org> app-containers/waydroid/waydroid-1.3.4-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/waydroid/waydroid-1.3.4-r6.ebuild b/app-containers/waydroid/waydroid-1.3.4-r6.ebuild index d38d51203..9849e1641 100644 --- a/app-containers/waydroid/waydroid-1.3.4-r6.ebuild +++ b/app-containers/waydroid/waydroid-1.3.4-r6.ebuild @@ -44,7 +44,7 @@ ERROR_MEMFD_CREATE="CONFIG_MEMFD_CREATE: it completely replaced deprecated ISHME src_compile(){ - einfo "Nothing to compile" + :; } src_install() {