From 9c91c3255eb416c40584360141320c16d41607e8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 4 May 2021 04:18:25 +0100 Subject: sci-mathematics/giac: fix phase definition style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James --- sci-mathematics/giac/giac-1.7.0.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-mathematics/giac') diff --git a/sci-mathematics/giac/giac-1.7.0.1.ebuild b/sci-mathematics/giac/giac-1.7.0.1.ebuild index 78894fa8a1e7..53d532f38e09 100644 --- a/sci-mathematics/giac/giac-1.7.0.1.ebuild +++ b/sci-mathematics/giac/giac-1.7.0.1.ebuild @@ -60,12 +60,12 @@ RESTRICT="!test? ( test ) mirror" S="${WORKDIR}/${PN}-${MY_PV}" -src_prepare(){ +src_prepare() { default eautoreconf } -src_configure(){ +src_configure() { if use gui; then append-cppflags -I$(fltk-config --includedir) append-lfs-flags @@ -148,14 +148,14 @@ src_install() { find "${ED}" -type f -name '*.la' -delete || die } -pkg_postinst(){ +pkg_postinst() { if use gui; then xdg_desktop_database_update xdg_icon_cache_update fi } -pkg_postrm(){ +pkg_postrm() { if use gui; then xdg_desktop_database_update xdg_icon_cache_update -- cgit v1.2.3-65-gdbad