diff options
author | Sam James <sam@gentoo.org> | 2021-05-04 04:18:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 20:09:50 +0100 |
commit | 685fcd0f772dd5c0cfbe60dd7c4875a73e93e175 (patch) | |
tree | 0f58a4e46b17537ead627084ebb6b18b0d0a71b4 /sci-mathematics/flint | |
parent | sci-mathematics/arb: fix phase definition style (diff) | |
download | gentoo-685fcd0f772dd5c0cfbe60dd7c4875a73e93e175.tar.gz gentoo-685fcd0f772dd5c0cfbe60dd7c4875a73e93e175.tar.bz2 gentoo-685fcd0f772dd5c0cfbe60dd7c4875a73e93e175.zip |
sci-mathematics/flint: 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/flint')
-rw-r--r-- | sci-mathematics/flint/flint-2.5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/flint/flint-2.5.2-r1.ebuild b/sci-mathematics/flint/flint-2.5.2-r1.ebuild index 161e3cc3445d..4a5052ab0393 100644 --- a/sci-mathematics/flint/flint-2.5.2-r1.ebuild +++ b/sci-mathematics/flint/flint-2.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.5.2-memory_message.patch" ) -src_prepare(){ +src_prepare() { default # The autodetection finds "lib" first, which may e.g. contain 32-bit |