diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-23 14:47:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-23 14:47:53 +0200 |
commit | 6ab11cecb4abbedda99c81847ad300601de345bc (patch) | |
tree | 5cd6cbf68536191bdf7399a3fa465524f93044f9 /sci-chemistry/jligand | |
parent | sci-biology/augustus: Use default functions (diff) | |
download | sci-6ab11cecb4abbedda99c81847ad300601de345bc.tar.gz sci-6ab11cecb4abbedda99c81847ad300601de345bc.tar.bz2 sci-6ab11cecb4abbedda99c81847ad300601de345bc.zip |
Use default functions
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/jligand')
-rw-r--r-- | sci-chemistry/jligand/jligand-1.0.40.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/jligand/jligand-1.0.40.ebuild b/sci-chemistry/jligand/jligand-1.0.40.ebuild index 655ca7501..5d25e5bce 100644 --- a/sci-chemistry/jligand/jligand-1.0.40.ebuild +++ b/sci-chemistry/jligand/jligand-1.0.40.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}"/${MY_PN}.${PV} src_compile() { sed 's:makefile::g' -i Makefile || die - emake + default } src_install() { |