diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-22 20:18:53 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-22 20:18:53 +0100 |
commit | 215494670034cdd35fefed02a709f18b36b88f64 (patch) | |
tree | 6925ee952eb085e2d70d8f7eea17996f7efa5f5e /sci-biology/trf/trf-4.07b.ebuild | |
parent | sci-biology/OBO-Edit: Use ecvs_clean to clean workdir (diff) | |
download | sci-215494670034cdd35fefed02a709f18b36b88f64.tar.gz sci-215494670034cdd35fefed02a709f18b36b88f64.tar.bz2 sci-215494670034cdd35fefed02a709f18b36b88f64.zip |
Fix usage of die with ebuild_helper
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology/trf/trf-4.07b.ebuild')
-rw-r--r-- | sci-biology/trf/trf-4.07b.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/trf/trf-4.07b.ebuild b/sci-biology/trf/trf-4.07b.ebuild index 4d0416a31..eed81dea9 100644 --- a/sci-biology/trf/trf-4.07b.ebuild +++ b/sci-biology/trf/trf-4.07b.ebuild @@ -35,7 +35,7 @@ src_install() { dosym /opt/${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 || die + # doexe trf400.linuxgtk.exe # make_desktop_entry /opt/${PN}/trf400.linuxgtk.exe "Tandem Repeats Finder" || die #fi dodoc \ |