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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E24DF158042 for ; Thu, 7 Nov 2024 13:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13963E07E1; Thu, 7 Nov 2024 13:39:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F280DE07E1 for ; Thu, 7 Nov 2024 13:39:00 +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 40AF6340C7F for ; Thu, 7 Nov 2024 13:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A669D1A26 for ; Thu, 7 Nov 2024 13:38:58 +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: <1730986715.474760a249c3a4479d0fe44c1cb84a2d5cb25c31.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/yoda/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/yoda/yoda-2.0.2.ebuild sci-physics/yoda/yoda-9999.ebuild X-VCS-Directories: sci-physics/yoda/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 474760a249c3a4479d0fe44c1cb84a2d5cb25c31 X-VCS-Branch: master Date: Thu, 7 Nov 2024 13:38:58 +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: eb15f4ae-87d4-4803-b002-3524c25487f4 X-Archives-Hash: 085eb1f648b1303f201e19e35e161c7d commit: 474760a249c3a4479d0fe44c1cb84a2d5cb25c31 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Thu Nov 7 10:58:51 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Nov 7 13:38:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474760a2 sci-physics/yoda: use default src_install Closes: https://bugs.gentoo.org/942932 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/39226 Signed-off-by: Nowa Ammerlaan gentoo.org> sci-physics/yoda/yoda-2.0.2.ebuild | 2 +- sci-physics/yoda/yoda-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/yoda/yoda-2.0.2.ebuild b/sci-physics/yoda/yoda-2.0.2.ebuild index 14b1bcbf85a9..a30645a6388d 100644 --- a/sci-physics/yoda/yoda-2.0.2.ebuild +++ b/sci-physics/yoda/yoda-2.0.2.ebuild @@ -68,7 +68,7 @@ src_test() { } src_install() { - emake install DESTDIR="${ED}" + default if use python ; then newbashcomp "${ED}"/etc/bash_completion.d/${PN}-completion ${PN}-config diff --git a/sci-physics/yoda/yoda-9999.ebuild b/sci-physics/yoda/yoda-9999.ebuild index 658d4c265c1a..6288180b274a 100644 --- a/sci-physics/yoda/yoda-9999.ebuild +++ b/sci-physics/yoda/yoda-9999.ebuild @@ -74,7 +74,7 @@ src_test() { } src_install() { - emake install DESTDIR="${ED}" + default if use python ; then newbashcomp "${ED}"/etc/bash_completion.d/${PN}-completion ${PN}-config