diff options
author | Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> | 2024-11-07 11:58:51 +0100 |
---|---|---|
committer | Nowa Ammerlaan <andrewammerlaan@gentoo.org> | 2024-11-07 14:38:35 +0100 |
commit | 474760a249c3a4479d0fe44c1cb84a2d5cb25c31 (patch) | |
tree | 47ec358ec6c6732e0eed0e735488b047cbfa891b /sci-physics | |
parent | dev-libs/libsecp256k1: Stabilize 0.5.1 ppc64, #942989 (diff) | |
download | gentoo-474760a249c3a4479d0fe44c1cb84a2d5cb25c31.tar.gz gentoo-474760a249c3a4479d0fe44c1cb84a2d5cb25c31.tar.bz2 gentoo-474760a249c3a4479d0fe44c1cb84a2d5cb25c31.zip |
sci-physics/yoda: use default src_install
Closes: https://bugs.gentoo.org/942932
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Closes: https://github.com/gentoo/gentoo/pull/39226
Signed-off-by: Nowa Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/yoda/yoda-2.0.2.ebuild | 2 | ||||
-rw-r--r-- | 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 |