From 474760a249c3a4479d0fe44c1cb84a2d5cb25c31 Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Thu, 7 Nov 2024 11:58:51 +0100 Subject: sci-physics/yoda: use default src_install Closes: https://bugs.gentoo.org/942932 Signed-off-by: Alexander Puck Neuwirth Closes: https://github.com/gentoo/gentoo/pull/39226 Signed-off-by: Nowa Ammerlaan --- 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 -- cgit v1.2.3-65-gdbad