summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-04 04:18:25 +0100
committerSam James <sam@gentoo.org>2021-05-04 20:09:52 +0100
commit9c91c3255eb416c40584360141320c16d41607e8 (patch)
tree0dcbeb6e1333f732b1f198230a9ca27238d48b6a /sci-mathematics
parentsci-mathematics/flint: fix phase definition style (diff)
downloadgentoo-9c91c3255eb416c40584360141320c16d41607e8.tar.gz
gentoo-9c91c3255eb416c40584360141320c16d41607e8.tar.bz2
gentoo-9c91c3255eb416c40584360141320c16d41607e8.zip
sci-mathematics/giac: fix phase definition style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/giac/giac-1.7.0.1.ebuild8
1 files 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 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