diff options
author | 2021-04-21 08:10:06 +0100 | |
---|---|---|
committer | 2021-04-21 19:49:48 +0100 | |
commit | 0fb3f145b15759d6f526a7d58957a1e762c825bd (patch) | |
tree | a9716304b6e0cf8703cce1de160a150b01fd4f8f /sys-apps/highway/highway-1.1.0.ebuild | |
parent | sci-geosciences/viking: fix function declaration style (braces) (diff) | |
download | gentoo-0fb3f145b15759d6f526a7d58957a1e762c825bd.tar.gz gentoo-0fb3f145b15759d6f526a7d58957a1e762c825bd.tar.bz2 gentoo-0fb3f145b15759d6f526a7d58957a1e762c825bd.zip |
sys-apps/highway: fix function declaration style (braces)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/highway/highway-1.1.0.ebuild')
-rw-r--r-- | sys-apps/highway/highway-1.1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/highway/highway-1.1.0.ebuild b/sys-apps/highway/highway-1.1.0.ebuild index 812b73d8fffa..4528ce2862bd 100644 --- a/sys-apps/highway/highway-1.1.0.ebuild +++ b/sys-apps/highway/highway-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -src_prepare() -{ +src_prepare() { default eautoreconf } |