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 BA65915817D for ; Fri, 21 Jun 2024 14:37:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3717E2AB8; Fri, 21 Jun 2024 14:37:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2DA0E2AB8 for ; Fri, 21 Jun 2024 14:37:21 +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 DB7F7335D21 for ; Fri, 21 Jun 2024 14:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B92815F9 for ; Fri, 21 Jun 2024 14:37:19 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1718980533.5e54c1173c49c7503d8d82ff593b58aca9f9b16c.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/mayo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/mayo/mayo-0.8.0.ebuild X-VCS-Directories: media-gfx/mayo/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 5e54c1173c49c7503d8d82ff593b58aca9f9b16c X-VCS-Branch: dev Date: Fri, 21 Jun 2024 14:37:19 +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: 9fcf302a-0092-4b2e-8978-f74f55625573 X-Archives-Hash: 07e16c5d093b0694ef12e2eadfa5cc34 commit: 5e54c1173c49c7503d8d82ff593b58aca9f9b16c Author: Ivan Lloro gmail com> AuthorDate: Fri Jun 21 14:35:33 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Fri Jun 21 14:35:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e54c117 media-gfx/mayo-0.8.0: INSTALL_ROOT="${ED}" (instead of "${D}") Signed-off-by: Ivan Lloro gmail.com> media-gfx/mayo/mayo-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/mayo/mayo-0.8.0.ebuild b/media-gfx/mayo/mayo-0.8.0.ebuild index f860f2e43..2b0a41215 100644 --- a/media-gfx/mayo/mayo-0.8.0.ebuild +++ b/media-gfx/mayo/mayo-0.8.0.ebuild @@ -34,7 +34,7 @@ src_configure() { } src_install() { - emake install INSTALL_ROOT="${D}" + emake install INSTALL_ROOT="${ED}" dobin mayo einstalldocs }