diff options
author | Sam James <sam@gentoo.org> | 2021-05-04 04:18:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 20:09:48 +0100 |
commit | a27e05e4e82cab67529f5c38caf2e403da76e459 (patch) | |
tree | b6d8730dcfba14d0b4f58bb52c8cdb92b7d72a1f /sci-mathematics | |
parent | sci-libs/m4rie: fix phase definition style (diff) | |
download | gentoo-a27e05e4e82cab67529f5c38caf2e403da76e459.tar.gz gentoo-a27e05e4e82cab67529f5c38caf2e403da76e459.tar.bz2 gentoo-a27e05e4e82cab67529f5c38caf2e403da76e459.zip |
sci-mathematics/arb: 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/arb/arb-2.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/arb/arb-2.17.0.ebuild b/sci-mathematics/arb/arb-2.17.0.ebuild index b1298f379e34..70ee466cd34f 100644 --- a/sci-mathematics/arb/arb-2.17.0.ebuild +++ b/sci-mathematics/arb/arb-2.17.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" DEPEND="${RDEPEND}" -src_prepare(){ +src_prepare() { default # The autodetection finds "lib" first, which may e.g. contain 32-bit |