commit:     53e334d850765ddcf72f8a7316b93c337bcaee45
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jun  6 00:31:52 2021 +0000
Commit:     Jakov Smolić <jakov.smolic <AT> sartura <DOT> hr>
CommitDate: Sun Jun  6 00:32:14 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=53e334d8

sci-biology/jellyfish: Call econf in src_configure in 1.1.12

Closes: https://bugs.gentoo.org/755752
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>

 sci-biology/jellyfish/jellyfish-1.1.12.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/sci-biology/jellyfish/jellyfish-1.1.12.ebuild 
b/sci-biology/jellyfish/jellyfish-1.1.12.ebuild
index f7b7e1d29..15a2d7bca 100644
--- a/sci-biology/jellyfish/jellyfish-1.1.12.ebuild
+++ b/sci-biology/jellyfish/jellyfish-1.1.12.ebuild
@@ -18,21 +18,18 @@ SLOT="1"
 KEYWORDS="~amd64 ~x86"
 IUSE="cpu_flags_x86_sse"
 
-DEPEND=""
-DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-src_prepare(){
+src_configure() {
        #  --with-sse              enable SSE
        #  --with-half             enable half float (16 bits)
        #  --with-int128           enable int128
        local myconf
        use cpu_flags_x86_sse && myconf+=( --with-sse )
        econf ${myconf[@]}
-       eapply_user
 }
 
-src_install(){
+src_install() {
        default
        # install the binary under jellyfish1 name like Debian/Ubuntu to avoid 
name clash with jellyfish2 and allow simultaneous installs
        mv "${ED}"/usr/bin/jellyfish "${ED}"/usr/bin/jellyfish1 || die

Reply via email to