commit:     474760a249c3a4479d0fe44c1cb84a2d5cb25c31
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Thu Nov  7 10:58:51 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <alexander <AT> neuwirth-informatik.de>
Closes: https://github.com/gentoo/gentoo/pull/39226
Signed-off-by: Nowa Ammerlaan <andrewammerlaan <AT> 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

Reply via email to