commit:     d2181a3a75848a4a26493d8694550c9c7ea5262c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 19:43:41 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 19:49:22 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d2181a3a

sci-biology/trf: Fix repoman warnings

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/trf/trf-4.07b.ebuild | 8 +++-----
 1 file 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

Reply via email to