diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-11-18 19:43:41 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-11-18 19:49:22 +0000 |
commit | d2181a3a75848a4a26493d8694550c9c7ea5262c (patch) | |
tree | a7240171878b294636822d26d4fc7ab847bab0a3 | |
parent | sci-biology/tmhmm: Fix repoman warnings (diff) | |
download | sci-d2181a3a75848a4a26493d8694550c9c7ea5262c.tar.gz sci-d2181a3a75848a4a26493d8694550c9c7ea5262c.tar.bz2 sci-d2181a3a75848a4a26493d8694550c9c7ea5262c.zip |
sci-biology/trf: Fix repoman warnings
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | sci-biology/trf/trf-4.07b.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-biology/trf/trf-4.07b.ebuild b/sci-biology/trf/trf-4.07b.ebuild index 51bb494ff..ecfb560b1 100644 --- a/sci-biology/trf/trf-4.07b.ebuild +++ b/sci-biology/trf/trf-4.07b.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit eutils +EAPI=6 MY_P="${PN}404" @@ -31,7 +29,7 @@ src_unpack() { src_install() { exeinto /opt/${PN} doexe trf404.linux.exe - dosym /opt/${PN}/${MY_P}.linux.exe /opt/bin/trf + dosym ../${PN}/${MY_P}.linux.exe /opt/bin/trf # GTK version (http://tandem.bu.edu/trf/downloads/trf400.linuxgtk.exe) has broken linking #if use gtk; then # doexe trf400.linuxgtk.exe |