commit:     9c91c3255eb416c40584360141320c16d41607e8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 03:18:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 19:09:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c91c325

sci-mathematics/giac: fix phase definition style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-mathematics/giac/giac-1.7.0.1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/giac/giac-1.7.0.1.ebuild 
b/sci-mathematics/giac/giac-1.7.0.1.ebuild
index 78894fa8a1e..53d532f38e0 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

Reply via email to