diff options
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/contest/contest-0.61-r1.ebuild | 4 | ||||
-rw-r--r-- | app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-benchmarks/contest/contest-0.61-r1.ebuild b/app-benchmarks/contest/contest-0.61-r1.ebuild index a2254a708dd5..f5671af63d0d 100644 --- a/app-benchmarks/contest/contest-0.61-r1.ebuild +++ b/app-benchmarks/contest/contest-0.61-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ PATCHES=( "${FILESDIR}/${P}-fix-buildsystem.patch" ) -src_prepare () { +src_prepare() { # fix #570250 by restoring pre-GCC5 inline semantics append-cflags -std=gnu89 diff --git a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild index cf2ff261ad0b..01310ac9a2f3 100644 --- a/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild +++ b/app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ IUSE="cpu_flags_x86_sse pic" S="${WORKDIR}/${MY_P}" -src_configure(){ +src_configure() { local obj local arch_prefix=./ @@ -53,7 +53,7 @@ src_configure(){ echo "ramsmp: ${obj[@]}" > Makefile } -src_install(){ +src_install() { dobin ramsmp dosym ramsmp /usr/bin/ramspeed dodoc HISTORY README |