From 6ab11cecb4abbedda99c81847ad300601de345bc Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 23 Sep 2015 14:47:53 +0200 Subject: Use default functions Signed-off-by: Justin Lecher --- sci-chemistry/drawxtl/drawxtl-45.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-chemistry/drawxtl') diff --git a/sci-chemistry/drawxtl/drawxtl-45.ebuild b/sci-chemistry/drawxtl/drawxtl-45.ebuild index 873394dfe..258522239 100644 --- a/sci-chemistry/drawxtl/drawxtl-45.ebuild +++ b/sci-chemistry/drawxtl/drawxtl-45.ebuild @@ -44,11 +44,11 @@ src_compile() { mkdir exe || die "mkdir failed" cd source/${MY_P} || die emake clean - emake + default if use fltk; then cd "${S}"/source/DRAWshell${PV} || die - emake + default fi } -- cgit v1.2.3-65-gdbad