diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-08-09 15:24:10 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-08-09 17:52:32 +0200 |
commit | e514c46a103d804c529894be5409b498efba3694 (patch) | |
tree | 8c98b1a5095b9af97895b0715287ff0ec8a8e8a1 /app-benchmarks/cpuburn | |
parent | app-admin/dio: don't quote EAPI (diff) | |
download | gentoo-e514c46a103d804c529894be5409b498efba3694.tar.gz gentoo-e514c46a103d804c529894be5409b498efba3694.tar.bz2 gentoo-e514c46a103d804c529894be5409b498efba3694.zip |
app-benchmarks/cpuburn: don't quote EAPI
In order to make all my packages consistent,
don't quote EAPI version number.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild index ed2a072e4682..0026ef70327e 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4a-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 MY_PV="${PV/./_}" |